NIM SDK API  9.0.0
public_defines.h
Go to the documentation of this file.
1 
9 #ifndef _NIM_UTIL_INCLUDE_H_
10 #define _NIM_UTIL_INCLUDE_H_
11 
12 #if !defined(_WIN32) && !defined(WIN32)
13 #include <pthread.h>
14 #endif
15 
16 #include "nim_base_types.h"
17 #include "nim_build_config.h"
18 #include "stdbool.h"
19 
20 #endif //_NIM_UTIL_INCLUDE_H_
nim_build_config.h
This file defines build and platform configuration.
nim_base_types.h
SDK基本类型定义
stdbool.h