includes.h

来自「开发环境:ADS 1.2/SDT 2.51 GUI测试」· C头文件 代码 · 共 28 行

H
28
字号
/*
 * Module: include.h 		包含头文件	
 * Programed by: ZHI-XIONG PENG
 * Programed on: Date: 2004-11-24 14:45
 * Modified  by:
 * Modified  on: Date:
 * Copyright (c) LONGFLY SHAOGUAN Inc. All rights reserved
 */

#ifndef INCLUDE_HEADER_FILE
#define INCLUDE_HEADER_FILE

#include    <stdio.h>
//#include    <ctype.h>
#include    <stdlib.h>
#include	<math.h>
#include	<string.h>

#include 	"../INC/AT91R40008.h"
#include 	"../INC/lib_AT91R40008.h"
#include 	"./BSP/eb40A.h"

#include	"const.h"
#include	"./BSP/Uart.h"
#include	"./BSP/NandFlash.h"


#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?