diff options
Diffstat (limited to 'src/string/str/strstrcpy.c')
-rw-r--r-- | src/string/str/strstrcpy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/str/strstrcpy.c b/src/string/str/strstrcpy.c index 9dc9105..bd4c5a6 100644 --- a/src/string/str/strstrcpy.c +++ b/src/string/str/strstrcpy.c @@ -34,6 +34,8 @@ * number of copied characters; the address of * one character passed the last written non-NUL * character. + * + * @since Always. */ char* strstrcpy(char* restrict whither, const char* restrict whence, const char* restrict str) { |