mirror of
https://github.com/ziglang/zig.git
synced 2026-01-17 12:55:16 +00:00
3 lines
77 B
C
3 lines
77 B
C
/* For UCRT, positive infinity */
|
|
double const _HUGE = __builtin_huge_val();
|