16 lines
262 B
C
16 lines
262 B
C
#ifndef INC_LIBSFRA_CONFIG_H_
|
|
#define INC_LIBSFRA_CONFIG_H_
|
|
|
|
// 使用浮点模式
|
|
#define SFRA_INT 0
|
|
|
|
// 不需要内置的测试代码
|
|
#define SFRA_HAS_TEST 0
|
|
|
|
|
|
#ifndef SFRA_RAMFUNC
|
|
#define SFRA_RAMFUNC(functionName)
|
|
#endif
|
|
|
|
#endif /* INC_LIBSFRA_CONFIG_H_ */
|