aboutsummaryrefslogtreecommitdiffstats
path: root/src/inttypes/imaxabs.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/inttypes/imaxabs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inttypes/imaxabs.c b/src/inttypes/imaxabs.c
index 25ed7b7..649cd47 100644
--- a/src/inttypes/imaxabs.c
+++ b/src/inttypes/imaxabs.c
@@ -31,6 +31,8 @@
*
* @param value The integer.
* @return The absolute value of the integer.
+ *
+ * @since Always.
*/
intmax_t (imaxabs)(intmax_t value)
{