mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
isnormal(). The current isinf() and isnan() are perserved for binary compatibility with 5.0, but new programs will use the macros. o Implement C99 comparison macros isgreater(), isgreaterequal(), isless(), islessequal(), islessgreater(), isunordered(). Submitted by: David Schultz <dschultz@uclink.Berkeley.EDU> |
||
|---|---|---|
| .. | ||
| _setjmp.S | ||
| frexp.c | ||
| infinity.c | ||
| isinf.c | ||
| ldexp.c | ||
| Makefile.inc | ||
| modf.c | ||
| setjmp.S | ||
| sigsetjmp.S | ||
| syncicache.c | ||