diff options
Diffstat (limited to 'src/stdlib/atoq.c')
-rw-r--r-- | src/stdlib/atoq.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stdlib/atoq.c b/src/stdlib/atoq.c index 57d2c0a..c929661 100644 --- a/src/stdlib/atoq.c +++ b/src/stdlib/atoq.c @@ -23,6 +23,8 @@ * This function is identical to `atoll`. * * This is a Linux libc extension. + * + * @since Always. */ long long int atoq(const char* string) { |