]> pd.if.org Git - pdclib.old/blobdiff - functions/stdio/vsscanf.c
Minimize the amount of internal definitions which get exposed via the user-visible...
[pdclib.old] / functions / stdio / vsscanf.c
index 99b8bad20a7292e6ea4158039a6691627e2b14c4..29dd4838b6d56ccf6103fdc46d136b059892e9c0 100644 (file)
@@ -11,6 +11,7 @@
 
 #ifndef REGTEST
 #include <ctype.h>
+#include <_PDCLIB_io.h>
 
 int vsscanf( const char * _PDCLIB_restrict s, 
              const char * _PDCLIB_restrict format,