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