diff options
Diffstat (limited to 'src/stdlib/atof.c')
-rw-r--r-- | src/stdlib/atof.c | 2 |
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) { |