]> pd.if.org Git - pdclib/blobdiff - internals/_PDCLIB_io.h
Sweeping cleanups. Sorry for the massive commit; I got sidetracked once too often.
[pdclib] / internals / _PDCLIB_io.h
index 3561b211dcb16d87279ad5c2b6921836f3f4b867..27c33e7dd7a50d360ee58710bacfee8213ed524d 100644 (file)
@@ -1,14 +1,15 @@
-#ifndef __PDCLIB_IO_H\r
-#define __PDCLIB_IO_H __PDCLIB_IO_H\r
-#include "_PDCLIB_int.h"\r
-#include "_PDCLIB_threadconfig.h"\r
-\r
-/* PDCLib internal I/O logic <_PDCLIB_io.h>\r
+/* PDCLib I/O support <_PDCLIB_io.h>\r
 \r
    This file is part of the Public Domain C Library (PDCLib).\r
    Permission is granted to use, modify, and / or redistribute at will.\r
 */\r
 \r
+#ifndef __PDCLIB_IO_H\r
+#define __PDCLIB_IO_H __PDCLIB_IO_H\r
+\r
+#include "_PDCLIB_int.h"\r
+#include "_PDCLIB_threadconfig.h"\r
+\r
 /* Flags for representing mode (see fopen()). Note these must fit the same\r
    status field as the _IO?BF flags in <stdio.h> and the internal flags below.\r
 */\r