Fixed Point Arithmetic
0
Fixed-point math library.
include
fixed_point
common.h
Go to the documentation of this file.
1
37
#ifndef FXP_COMMON_H
38
#define FXP_COMMON_H
39
40
#define FXP_DECLARATION_C99_HEADER(x) _FXP_INLINE_KW x
41
42
#define FXP_DECLARATION_C99_BODY(x) _FXP_INLINE_PROTO_KW x; \
43
_FXP_INLINE_KW x
44
45
#endif
/* FXP_COMMON_H */
Generated on Tue May 28 2019 21:40:41 for Fixed Point Arithmetic by
1.8.15