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