aboutsummaryrefslogtreecommitdiffstats
path: root/stptolower.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-11-25 12:32:21 +0100
committerMattias Andrée <maandree@kth.se>2018-11-25 12:32:37 +0100
commit053716e4aa4071209201055683d646a9aabd5cf6 (patch)
treebbfbaa5c6a90e1eab342186df020289af0c5ca8b /stptolower.c
parentAdd man pages (diff)
downloadlibsimple-053716e4aa4071209201055683d646a9aabd5cf6.tar.gz
libsimple-053716e4aa4071209201055683d646a9aabd5cf6.tar.bz2
libsimple-053716e4aa4071209201055683d646a9aabd5cf6.tar.xz
Add man pages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'stptolower.c')
-rw-r--r--stptolower.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stptolower.c b/stptolower.c
index ce9dbf8..61108ad 100644
--- a/stptolower.c
+++ b/stptolower.c
@@ -4,7 +4,7 @@
char *
-libsimple_stptolower(char *d, const char *s) /* TODO man */
+libsimple_stptolower(char *d, const char *s)
{
size_t n;
char *ret;