aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/str/strset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/str/strset.c')
-rw-r--r--src/string/str/strset.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/str/strset.c b/src/string/str/strset.c
index c1eca65..ac1d551 100644
--- a/src/string/str/strset.c
+++ b/src/string/str/strset.c
@@ -28,6 +28,8 @@
* @param str The beginning of the memory segment.
* @param c The character (8 bits wide.)
* @return `str` is returned.
+ *
+ * @since Always.
*/
char* strset(char* str, int c)
{