Files
ygglibc/include/bits/math.h
T

7 lines
97 B
C

#ifndef _YGGDRASIL_MATH_H
#define _YGGDRASIL_MATH_H 1
#define INFINITY __builtin_inff()
#endif