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