| 123456789101112131415161718192021 |
- #ifndef __INCLUDE_H
- #define __INCLUDE_H
- /* c 标准库 */
- //#include <stdio.h>
- //#include <string.h>
- //#include <stdint.h>
- /* 重定义头文件 */
- #include "redef.h"
- /* debug头文件 */
- #include "debug.h"
- #endif /* __INCLUDE_H */
- /********************************END OF FILE***************************************/
|