开始设计
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#ifndef INCLUDED_C_BASE_H
|
||||
#define INCLUDED_C_BASE_H
|
||||
|
||||
#ifndef INCLUDED_C_CONFIG_H
|
||||
#include <c_Config.h>
|
||||
#endif /*INCLUDED_C_CONFIG_H*/
|
||||
|
||||
#ifndef INCLUDED_C_TYPES_H
|
||||
#include <c_Types.h>
|
||||
#endif /*INCLUDED_C_TYPES_H*/
|
||||
|
||||
#ifndef INCLUDED_C_COMPILER_H
|
||||
#include <c_Compiler.h>
|
||||
#endif /*INCLUDED_C_COMPILER_H*/
|
||||
|
||||
#ifndef INCLUDED_C_MACROS_H
|
||||
#include <c_Macros.h>
|
||||
#endif /*INCLUDED_C_MACROS_H*/
|
||||
|
||||
|
||||
#endif /*INCLUDED_C_BASE_H*/
|
||||
Reference in New Issue
Block a user