aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/strn/strcncpy.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/string/strn/strcncpy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/strn/strcncpy.c b/src/string/strn/strcncpy.c
index 594e7df..fb244b1 100644
--- a/src/string/strn/strcncpy.c
+++ b/src/string/strn/strcncpy.c
@@ -41,6 +41,8 @@
* number of copied characters; the address of
* one character passed the last written non-NUL
* character.
+ *
+ * @since Always.
*/
char* strcncpy(char* restrict whither, const char* restrict whence, int c, size_t maxlen)
{