X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=internals%2F_PDCLIB_int.h;h=0ce2c99fc383ab9c700ceb42482203a3cc0da7fe;hp=1c89ae08b0ee962b71a7be012f21867551fe4246;hb=d9e48b611b63bcfc55727463cb9d9d0e87a7a405;hpb=3ec5c03d5b4e06be5a4e32e31c893c7de652e8c6 diff --git a/internals/_PDCLIB_int.h b/internals/_PDCLIB_int.h index 1c89ae0..0ce2c99 100644 --- a/internals/_PDCLIB_int.h +++ b/internals/_PDCLIB_int.h @@ -344,3 +344,6 @@ extern char _PDCLIB_Xdigits[]; Returns a pointer to the first character not parsed as conversion specifier. */ const char * _PDCLIB_print( const char * spec, struct _PDCLIB_status_t * status ); + +/* Parsing any fopen() style filemode string into a number of flags. */ +unsigned int _PDCLIB_filemode( const char * mode );