]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/eol.c
EOL handling is for text mode conversion.
[pdclib] / functions / _PDCLIB / eol.c
diff --git a/functions/_PDCLIB/eol.c b/functions/_PDCLIB/eol.c
deleted file mode 100644 (file)
index d6edacf..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/* $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;
-