XWOS API  4.0
XWOS C/C++ API参考手册
载入中...
搜索中...
未找到
standard.hxx
浏览该文件的文档.
1
19#ifndef __xwos_standard_hxx__
20#define __xwos_standard_hxx__
21#ifdef __cplusplus
22
23#if __cplusplus < 201103L
24# error "Should use C++11 or later C++ standard!"
25#endif
26
27extern "C" {
28#include <xwos/standard.h>
29}
30
31#endif /* __cplusplus */
32#endif /* xwos/standard.hxx */
XWOS的标准头文件