diff options
Diffstat (limited to 'src/string/strn/strstrncpy.c')
-rw-r--r-- | src/string/strn/strstrncpy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/strn/strstrncpy.c b/src/string/strn/strstrncpy.c index 43b58fe..822c4c6 100644 --- a/src/string/strn/strstrncpy.c +++ b/src/string/strn/strstrncpy.c @@ -41,6 +41,8 @@ * number of copied characters; the address of * one character passed the last written non-NUL * character. + * + * @since Always. */ char* strstrncpy(char* restrict whither, const char* restrict whence, const char* restrict str, size_t maxlen) |