]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/eol.c
Merged branch stdio_rewrite back into trunk.
[pdclib] / functions / _PDCLIB / eol.c
diff --git a/functions/_PDCLIB/eol.c b/functions/_PDCLIB/eol.c
new file mode 100644 (file)
index 0000000..d6edacf
--- /dev/null
@@ -0,0 +1,15 @@
+/* $Id$ */
+
+/* _PDCLIB_eol
+
+   This file is part of the Public Domain C Library (PDCLib).
+   Permission is granted to use, modify, and / or redistribute at will.
+*/
+
+#ifndef _PDCLIB_CONFIG_H
+#define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H
+#include <_PDCLIB_config.h>
+#endif
+
+const char * _PDCLIB_eol = _PDCLIB_endl;
+