d6edacf427ebafca339ad2276f20ba7a9d5f4595
[fw/pdclib] / functions / _PDCLIB / eol.c
1 /* $Id$ */
2
3 /* _PDCLIB_eol
4
5    This file is part of the Public Domain C Library (PDCLib).
6    Permission is granted to use, modify, and / or redistribute at will.
7 */
8
9 #ifndef _PDCLIB_CONFIG_H
10 #define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H
11 #include <_PDCLIB_config.h>
12 #endif
13
14 const char * _PDCLIB_eol = _PDCLIB_endl;
15