diff options
author | Mattias Andrée <maandree@kth.se> | 2018-11-25 11:28:48 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-11-25 11:28:48 +0100 |
commit | ec0cbe2001ab7d07b50a7ec016bd343b6ba78b80 (patch) | |
tree | 341ced459bfddc28797533c178f7a259ba10de25 /rawmemelem.c | |
parent | Add man pages (diff) | |
download | libsimple-ec0cbe2001ab7d07b50a7ec016bd343b6ba78b80.tar.gz libsimple-ec0cbe2001ab7d07b50a7ec016bd343b6ba78b80.tar.bz2 libsimple-ec0cbe2001ab7d07b50a7ec016bd343b6ba78b80.tar.xz |
Add man pages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'rawmemelem.c')
-rw-r--r-- | rawmemelem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rawmemelem.c b/rawmemelem.c index 92beedb..d2d743a 100644 --- a/rawmemelem.c +++ b/rawmemelem.c @@ -4,7 +4,7 @@ void * -libsimple_rawmemelem(const void *hay_, const void *sub_, size_t subn) /* TODO man */ +libsimple_rawmemelem(const void *hay_, const void *sub_, size_t subn) { switch (subn) { case 0: |