brickworks/examples/common/web/platform.h

7 lines
83 B
C

#ifndef PLATFORM_H
#define PLATFORM_H
#define INFINITY (__builtin_inff())
#endif