Fixed Point Arithmetic  0
Fixed-point math library.
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 */