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