diff options
author | Mattias Andrée <maandree@kth.se> | 2018-11-25 15:28:01 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-11-25 15:28:01 +0100 |
commit | aac46f74a6534b050c72f4bf0a469b714879c704 (patch) | |
tree | e7195bc86eff4cf831e663d63d112b4b7dd39594 /rawmemelemcpy.c | |
parent | Add man pages (diff) | |
download | libsimple-aac46f74a6534b050c72f4bf0a469b714879c704.tar.gz libsimple-aac46f74a6534b050c72f4bf0a469b714879c704.tar.bz2 libsimple-aac46f74a6534b050c72f4bf0a469b714879c704.tar.xz |
Add man pages for [raw]memelem{cpy,move}
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'rawmemelemcpy.c')
-rw-r--r-- | rawmemelemcpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rawmemelemcpy.c b/rawmemelemcpy.c index ef6b21c..d5e52a2 100644 --- a/rawmemelemcpy.c +++ b/rawmemelemcpy.c @@ -54,7 +54,7 @@ rawmemelemcpyx(char *restrict d, const char *restrict s, const char *restrict el void * -libsimple_rawmemelemcpy(void *restrict d, const void *restrict s, const void *restrict elem, size_t width) /* TODO man */ +libsimple_rawmemelemcpy(void *restrict d, const void *restrict s, const void *restrict elem, size_t width) { switch (width) { case 0: |