diff options
Diffstat (limited to 'src/string/str/strmove.c')
-rw-r--r-- | src/string/str/strmove.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/str/strmove.c b/src/string/str/strmove.c index 4bd52f4..892b852 100644 --- a/src/string/str/strmove.c +++ b/src/string/str/strmove.c @@ -28,6 +28,8 @@ * @param whither The destination memory segment. * @param whence The source memory segment. * @return `whither` is returned. + * + * @since Always. */ char* strmove(char* whither, const char* whence) { |