Initial revision
This commit is contained in:
10
lang/cem/libcc/stdio/scanf.c
Normal file
10
lang/cem/libcc/stdio/scanf.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int scanf (format, args)
|
||||
char *format;
|
||||
unsigned args;
|
||||
{
|
||||
return _doscanf (stdin, format, &args);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user