From ec0cbe2001ab7d07b50a7ec016bd343b6ba78b80 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 25 Nov 2018 11:28:48 +0100 Subject: Add man pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- strchr_inv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strchr_inv.c') diff --git a/strchr_inv.c b/strchr_inv.c index d9fecf6..4c1e242 100644 --- a/strchr_inv.c +++ b/strchr_inv.c @@ -4,7 +4,7 @@ char * -libsimple_strchr_inv(const char *s_, int c_) /* TODO man */ +libsimple_strchr_inv(const char *s_, int c_) { char *s = *(char **)(void *)&s_, c = (char)c_; for (; *s && *s == c; s++); -- cgit v1.2.3-70-g09d2