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