aboutsummaryrefslogtreecommitdiffstats
path: root/src/inttypes/imaxdiv.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/inttypes/imaxdiv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inttypes/imaxdiv.c b/src/inttypes/imaxdiv.c
index e4d0caa..978ace6 100644
--- a/src/inttypes/imaxdiv.c
+++ b/src/inttypes/imaxdiv.c
@@ -33,6 +33,8 @@
* the process will be killed by SIGFPE.
* @return The quotient in `.quot`, and
* the remainder in `.rem`.
+ *
+ * @since Always.
*/
imaxdiv_t imaxdiv(intmax_t numerator, intmax_t denominator)
{