diff options
Diffstat (limited to 'src/math/isunordered.c')
| -rw-r--r-- | src/math/isunordered.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/math/isunordered.c b/src/math/isunordered.c index ac8cbfff..dab6fe64 100644 --- a/src/math/isunordered.c +++ b/src/math/isunordered.c @@ -1,5 +1,6 @@ #include <math.h> -#define isunordered(x,y) /* TODO */ + +#define isunordered(__x, __y) /* TODO */ /* STDC(199901) |
