diff options
Diffstat (limited to 'src/string/strn/stpnmove.c')
-rw-r--r-- | src/string/strn/stpnmove.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/strn/stpnmove.c b/src/string/strn/stpnmove.c index 917b753..e410b49 100644 --- a/src/string/strn/stpnmove.c +++ b/src/string/strn/stpnmove.c @@ -36,6 +36,8 @@ * until this amount of bytes have been written. * @return `whither` plus the number of written bytes, * excluding NUL bytes, is returned. + * + * @since Always. */ char* stpnmove(char* whither, const char* whence, size_t maxlen) { |