diff options
Diffstat (limited to 'src/stdio/sscanf.c')
| -rw-r--r-- | src/stdio/sscanf.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/sscanf.c b/src/stdio/sscanf.c index e8ccaf9e..520e0669 100644 --- a/src/stdio/sscanf.c +++ b/src/stdio/sscanf.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdarg.h> #include <stdio.h> #include "_stdio.h" @@ -30,3 +32,6 @@ FUNCTION(scanf). /* STDC(1) */ + + +#endif |
