diff options
Diffstat (limited to 'src/stdlib/abs/llabs.c')
-rw-r--r-- | src/stdlib/abs/llabs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stdlib/abs/llabs.c b/src/stdlib/abs/llabs.c index 71e5a1b..8779d82 100644 --- a/src/stdlib/abs/llabs.c +++ b/src/stdlib/abs/llabs.c @@ -29,6 +29,8 @@ * * @param value The integer. * @return The absolute value of the integer. + * + * @since Always. */ long long int (llabs)(long long int value) { |