diff options
Diffstat (limited to 'src/stdio/fputws.c')
-rw-r--r-- | src/stdio/fputws.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stdio/fputws.c b/src/stdio/fputws.c index 0ed02f1c..d08a850e 100644 --- a/src/stdio/fputws.c +++ b/src/stdio/fputws.c @@ -27,3 +27,11 @@ int fputws(const wchar_t *restrict ws, FILE *restrict f) } weak_alias(fputws, fputws_unlocked); + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |