X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=internals%2F_PDCLIB_io.h;h=27c33e7dd7a50d360ee58710bacfee8213ed524d;hp=3561b211dcb16d87279ad5c2b6921836f3f4b867;hb=d7f375a09a9912bb18ad42f1442fbf64311bfed6;hpb=0bfd3aa28ccec8c35481fe04d1dc82a0f1f522e6 diff --git a/internals/_PDCLIB_io.h b/internals/_PDCLIB_io.h index 3561b21..27c33e7 100644 --- a/internals/_PDCLIB_io.h +++ b/internals/_PDCLIB_io.h @@ -1,14 +1,15 @@ -#ifndef __PDCLIB_IO_H -#define __PDCLIB_IO_H __PDCLIB_IO_H -#include "_PDCLIB_int.h" -#include "_PDCLIB_threadconfig.h" - -/* PDCLib internal I/O logic <_PDCLIB_io.h> +/* PDCLib I/O support <_PDCLIB_io.h> This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. */ +#ifndef __PDCLIB_IO_H +#define __PDCLIB_IO_H __PDCLIB_IO_H + +#include "_PDCLIB_int.h" +#include "_PDCLIB_threadconfig.h" + /* Flags for representing mode (see fopen()). Note these must fit the same status field as the _IO?BF flags in and the internal flags below. */