source: trunk/libs/newlib/src/newlib/libc/include/fastmath.h @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 185 bytes
Line 
1#ifndef _FASTMATH_H_
2#ifdef __cplusplus
3extern "C" {
4#endif
5#define _FASTMATH_H_
6
7#include <math.h>
8#include <machine/fastmath.h>
9
10#ifdef __cplusplus
11}
12#endif
13#endif /* _FASTMATH_H_ */
Note: See TracBrowser for help on using the repository browser.