diff options
Diffstat (limited to 'src/temp/__randname.c')
-rw-r--r-- | src/temp/__randname.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/temp/__randname.c b/src/temp/__randname.c index e9b970f1..fdc6484c 100644 --- a/src/temp/__randname.c +++ b/src/temp/__randname.c @@ -17,3 +17,11 @@ char *__randname(char *template) return template; } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |