diff options
Diffstat (limited to 'stptoupper.c')
-rw-r--r-- | stptoupper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stptoupper.c b/stptoupper.c index fca38ce..ad6c73e 100644 --- a/stptoupper.c +++ b/stptoupper.c @@ -4,7 +4,7 @@ char * -libsimple_stptoupper(char *d, const char *s) /* TODO man */ +libsimple_stptoupper(char *d, const char *s) { size_t n; char *ret; |