X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=internals%2F_PDCLIB_io.h;h=27c33e7dd7a50d360ee58710bacfee8213ed524d;hb=8894c921674bb116d0a7b8f23a55311e7a768019;hp=3561b211dcb16d87279ad5c2b6921836f3f4b867;hpb=f9b8c76d675d875b891340021fdf0f06c2cf2812;p=pdclib 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. */