Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- #ifndef _FASTMATH_H_
- #ifdef __cplusplus
- extern "C" {
- #endif
- #define _FASTMATH_H_
-
- #include <math.h>
- #include <machine/fastmath.h>
-
- #ifdef __cplusplus
- }
- #endif
- #endif /* _FASTMATH_H_ */
|