diff options
Diffstat (limited to 'src/stdio/fgetwc.c')
-rw-r--r-- | src/stdio/fgetwc.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stdio/fgetwc.c b/src/stdio/fgetwc.c index aa10b818..3111da46 100644 --- a/src/stdio/fgetwc.c +++ b/src/stdio/fgetwc.c @@ -66,3 +66,11 @@ wint_t fgetwc(FILE *f) weak_alias(__fgetwc_unlocked, fgetwc_unlocked); weak_alias(__fgetwc_unlocked, getwc_unlocked); + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |