Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

14 lines
185B

  1. #ifndef _FASTMATH_H_
  2. #ifdef __cplusplus
  3. extern "C" {
  4. #endif
  5. #define _FASTMATH_H_
  6. #include <math.h>
  7. #include <machine/fastmath.h>
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #endif /* _FASTMATH_H_ */