diff options
Diffstat (limited to 'src/stdio/ofl_add.c')
-rw-r--r-- | src/stdio/ofl_add.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stdio/ofl_add.c b/src/stdio/ofl_add.c index d7de9f15..2a56eaa8 100644 --- a/src/stdio/ofl_add.c +++ b/src/stdio/ofl_add.c @@ -9,3 +9,11 @@ FILE *__ofl_add(FILE *f) __ofl_unlock(); return f; } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |