X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=internals%2F_PDCLIB_int.h;h=0ce2c99fc383ab9c700ceb42482203a3cc0da7fe;hb=76aab9d24d750a2e639eb878d5907a8bcfab08cf;hp=1c89ae08b0ee962b71a7be012f21867551fe4246;hpb=db7f305e7fb87e8f83bb59ef186671caef0f8449;p=pdclib.old 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 );