]> pd.if.org Git - pdclib.old/blobdiff - functions/stdio/fscanf.c
Beginning to *really* unify the scanf / printf testing.
[pdclib.old] / functions / stdio / fscanf.c
index bc5bebfe523e4192278a6667e814a87c8f37c54f..f45db49dcbc2954cf585ec801dd63601afd52810 100644 (file)
@@ -28,6 +28,8 @@ int fscanf( FILE * _PDCLIB_restrict stream, const char * _PDCLIB_restrict format
 
 int main( void )
 {
+    /* FILE * fp = fopen( "functions/stdio/testfile.txt", "rb" ); */
+
     TESTCASE( NO_TESTDRIVER );
     return TEST_RESULTS;
 }