include.h 314 B

123456789101112131415161718192021
  1. #ifndef __INCLUDE_H
  2. #define __INCLUDE_H
  3. /* c 标准库 */
  4. //#include <stdio.h>
  5. //#include <string.h>
  6. //#include <stdint.h>
  7. /* 重定义头文件 */
  8. #include "redef.h"
  9. /* debug头文件 */
  10. #include "debug.h"
  11. #endif /* __INCLUDE_H */
  12. /********************************END OF FILE***************************************/