aboutsummaryrefslogtreecommitdiffstats
path: root/src/inttypes/imaxabs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/inttypes/imaxabs.c')
-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 651452a..25ed7b7 100644
--- a/src/inttypes/imaxabs.c
+++ b/src/inttypes/imaxabs.c
@@ -27,6 +27,8 @@
* overflow, and `INTMAX_MIN` will (probably)
* be returned.
*
+ * @etymology `(i)nt(max)_t`-function: (abs)olute value.
+ *
* @param value The integer.
* @return The absolute value of the integer.
*/