mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
9 lines
211 B
C
9 lines
211 B
C
/* No floating-point inline functions in rtld and for the conform tests. */
|
|
#ifdef _ISOMAC
|
|
# include <stdlib/bits/stdlib-float.h>
|
|
#else
|
|
# if !IS_IN (rtld)
|
|
# include <stdlib/bits/stdlib-float.h>
|
|
# endif
|
|
#endif
|