diff options
Diffstat (limited to 'src/multibyte/mbtowc.c')
-rw-r--r-- | src/multibyte/mbtowc.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/multibyte/mbtowc.c b/src/multibyte/mbtowc.c index c191bb03..a25392a3 100644 --- a/src/multibyte/mbtowc.c +++ b/src/multibyte/mbtowc.c @@ -45,3 +45,11 @@ ilseq: errno = EILSEQ; return -1; } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |