diff options
Diffstat (limited to 'src/math/remainder.c')
| -rw-r--r-- | src/math/remainder.c | 12 |
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) +*/ |
