summaryrefslogtreecommitdiff
path: root/man3/remquo.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-07-08 12:11:40 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-07-08 12:11:40 +0000
commitcc4615cc788aa749f34483abd33ba2b4a31d30f0 (patch)
tree97070128f611af532551a19bb8062597b22cabd8 /man3/remquo.3
parent86c256953d62ba083f7ef6adcc5b4063f0b51d2b (diff)
Added/updated glibc feature test macro requirements
Diffstat (limited to 'man3/remquo.3')
-rw-r--r--man3/remquo.322
1 files changed, 17 insertions, 5 deletions
diff --git a/man3/remquo.3 b/man3/remquo.3
index 53366bf04..7cf0efb04 100644
--- a/man3/remquo.3
+++ b/man3/remquo.3
@@ -2,13 +2,11 @@
.\" Distributed under GPL
.\" based on glibc infopages
.\" polished, aeb
-.TH REMQUO 3 2002-08-10 "GNU" "Linux Programmer's Manual"
+.TH REMQUO 3 2007-07-26 "GNU" "Linux Programmer's Manual"
.SH NAME
remquo, remquof, remquol \- remainder and part of quotient
.SH SYNOPSIS
.nf
-#define _ISOC99_SOURCE
-.br
.B #include <math.h>
.sp
.BI "double remquo(double " x ", double " y ", int *" quo );
@@ -17,6 +15,21 @@ remquo, remquof, remquol \- remainder and part of quotient
.br
.BI "long double remquol(long double " x ", long double " y ", int *" quo );
.fi
+.sp
+Link with \fI\-lm\fP.
+.sp
+.in -4n
+Feature Test Macro Requirements for glibc (see
+.BR feature_test_macros (7)):
+.in
+.sp
+.ad l
+.BR remquo (),
+.BR remquof (),
+.BR remquol ():
+_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or
+.I cc\ -std=c99
+.ad b
.SH DESCRIPTION
These functions compute the remainder and part of the quotient
upon division of
@@ -50,5 +63,4 @@ C99
.SH "SEE ALSO"
.BR fmod (3),
.BR logb (3),
-.BR remainder (3),
-.BR feature_test_macros (7)
+.BR remainder (3)