X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=internals%2F_PDCLIB_int.h;h=2420c790e7dc3071ae088bb9ff84c1386f2fedc8;hb=d2fb0b6ec7b5cad98eeca38797f348d9b64b884e;hp=9c67f277ee4fec47ba1abc2e46e4329fd55f4a8c;hpb=8f67eac83402119dfdd2627da82c65d5a349cb02;p=pdclib diff --git a/internals/_PDCLIB_int.h b/internals/_PDCLIB_int.h index 9c67f27..2420c79 100644 --- a/internals/_PDCLIB_int.h +++ b/internals/_PDCLIB_int.h @@ -101,7 +101,7 @@ #elif _PDCLIB_LLONG_BYTES == 16 #define _PDCLIB_LLONG_MAX 0x7fffffffffffffffffffffffffffffffLL #define _PDCLIB_LLONG_MIN (-0x7fffffffffffffffffffffffffffffffLL - 1LL) -#define _PDCLIB_ULLONG_MAX 0xffffffffffffffffffffffffffffffffLL +#define _PDCLIB_ULLONG_MAX 0xffffffffffffffffffffffffffffffffULL #else #error Unsupported width of 'long long' (neither 64 nor 128 bit). #endif @@ -382,6 +382,9 @@ int _PDCLIB_prepread( struct _PDCLIB_file_t * stream ); */ int _PDCLIB_prepwrite( struct _PDCLIB_file_t * stream ); +/* Closing all streams on program exit */ +void _PDCLIB_closeall( void ); + /* -------------------------------------------------------------------------- */ /* errno */ /* -------------------------------------------------------------------------- */