diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-17 07:41:48 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-17 07:41:48 +0100 |
commit | 06bb28ddcc63e6234628dcdfa2827ddd5577f574 (patch) | |
tree | 34b99062478538d2af5bf7b1693ecc6defcb3b3f /src/string/str | |
parent | m + split wchar/*.c (diff) | |
download | slibc-06bb28ddcc63e6234628dcdfa2827ddd5577f574.tar.gz slibc-06bb28ddcc63e6234628dcdfa2827ddd5577f574.tar.bz2 slibc-06bb28ddcc63e6234628dcdfa2827ddd5577f574.tar.xz |
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/string/str')
-rw-r--r-- | src/string/str/strnmove.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/str/strnmove.c b/src/string/str/strnmove.c index a7ec028..a8b3224 100644 --- a/src/string/str/strnmove.c +++ b/src/string/str/strnmove.c @@ -23,6 +23,8 @@ * Copy a memory segment to another, possibly overlapping, segment, * stop when a NUL byte is encountered. * + * This is a slibc extension added for completeness. + * * @param whither The destination memory segment. * @param whence The source memory segment. * @param maxlen The maximum number of bytes to copy. |