summaryrefslogtreecommitdiff
path: root/src/math/remainder.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-09 13:22:34 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-09 13:22:34 -0500
commit37c774887664247b5a639a4e21be6442167fd8bc (patch)
tree638423baa0312acf26404d10287c63076ad35216 /src/math/remainder.c
parentb495c832828a72c90298cbb70099299a9172c7d1 (diff)
merge XOPEN identifiers
Diffstat (limited to 'src/math/remainder.c')
-rw-r--r--src/math/remainder.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/math/remainder.c b/src/math/remainder.c
new file mode 100644
index 00000000..a50c7a81
--- /dev/null
+++ b/src/math/remainder.c
@@ -0,0 +1,12 @@
+#include <math.h>
+#define TGSOURCE "remainder.c"
+#include "_tgmath.h"
+
+TYPE TGFN(remainder)(TYPE x, TYPE y)
+{
+}
+
+/*
+XOPEN(400)
+POSIX(200112)
+*/