aboutsummaryrefslogtreecommitdiffstats
path: root/strnchrnul_inv.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--strnchrnul_inv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strnchrnul_inv.c b/strnchrnul_inv.c
index 142b9c7..a887221 100644
--- a/strnchrnul_inv.c
+++ b/strnchrnul_inv.c
@@ -4,7 +4,7 @@
char *
-libsimple_strnchrnul_inv(const char *s_, int c_, size_t n) /* TODO man */
+libsimple_strnchrnul_inv(const char *s_, int c_, size_t n)
{
char *s = *(char **)(void *)&s_, c = (char)c_;
char *end = &s[n];