aboutsummaryrefslogtreecommitdiffstats
path: root/src/stdlib/abs/labs.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/stdlib/abs/labs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stdlib/abs/labs.c b/src/stdlib/abs/labs.c
index 20d0ac6..bf20bb8 100644
--- a/src/stdlib/abs/labs.c
+++ b/src/stdlib/abs/labs.c
@@ -29,6 +29,8 @@
*
* @param value The integer.
* @return The absolute value of the integer.
+ *
+ * @since Always.
*/
long int (labs)(long int value)
{