diff options
Diffstat (limited to 'src/stdio/ftell.c')
-rw-r--r-- | src/stdio/ftell.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stdio/ftell.c b/src/stdio/ftell.c index 1e1a08d8..957825d6 100644 --- a/src/stdio/ftell.c +++ b/src/stdio/ftell.c @@ -37,3 +37,11 @@ long ftell(FILE *f) } weak_alias(__ftello, ftello); + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |