diff options
author | Mattias Andrée <maandree@kth.se> | 2018-11-25 12:32:21 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-11-25 12:32:37 +0100 |
commit | 053716e4aa4071209201055683d646a9aabd5cf6 (patch) | |
tree | bbfbaa5c6a90e1eab342186df020289af0c5ca8b /memreplaceelem.c | |
parent | Add man pages (diff) | |
download | libsimple-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 'memreplaceelem.c')
-rw-r--r-- | memreplaceelem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/memreplaceelem.c b/memreplaceelem.c index fc4762d..44f94a5 100644 --- a/memreplaceelem.c +++ b/memreplaceelem.c @@ -4,7 +4,7 @@ void * -libsimple_memreplaceelem(void *restrict s_, const void *old_, const void *new_, size_t n, size_t width) /* TODO man */ +libsimple_memreplaceelem(void *restrict s_, const void *old_, const void *new_, size_t n, size_t width) { switch (width) { case 0: |