]> pd.if.org Git - pdclib/blobdiff - internals/_PDCLIB_int.h
Improved testdrivers.
[pdclib] / internals / _PDCLIB_int.h
index 1c89ae08b0ee962b71a7be012f21867551fe4246..0ce2c99fc383ab9c700ceb42482203a3cc0da7fe 100644 (file)
@@ -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 );