aboutsummaryrefslogtreecommitdiffstats
path: root/src/stdlib/atoi.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/stdlib/atoi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stdlib/atoi.c b/src/stdlib/atoi.c
index 386c80d..6db57c5 100644
--- a/src/stdlib/atoi.c
+++ b/src/stdlib/atoi.c
@@ -32,6 +32,8 @@
*
* @param string The string to convert.
* @return The integer encoded by the string.
+ *
+ * @since Always.
*/
int atoi(const char* string)
{