diff options
Diffstat (limited to 'src/string/str/strdup.c')
-rw-r--r-- | src/string/str/strdup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/str/strdup.c b/src/string/str/strdup.c index b7155d7..50ba069 100644 --- a/src/string/str/strdup.c +++ b/src/string/str/strdup.c @@ -28,6 +28,8 @@ * and `errno` is set to indicate the error. * * @throws ENOMEM The process could not allocate sufficient amount of memory. + * + * @since Always. */ char* strdup(const char* string) { |