diff options
Diffstat (limited to 'src/stdio/swscanf.c')
-rw-r--r-- | src/stdio/swscanf.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stdio/swscanf.c b/src/stdio/swscanf.c index 03d572da..fddac27d 100644 --- a/src/stdio/swscanf.c +++ b/src/stdio/swscanf.c @@ -12,3 +12,11 @@ int swscanf(const wchar_t *restrict s, const wchar_t *restrict fmt, ...) } weak_alias(swscanf,__isoc99_swscanf); + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |