sysincludes.h

来自「基于S3C2410开发板的通用调试程序(LED调试)」· C头文件 代码 · 共 31 行

H
31
字号



// System Head File 



#include <stdarg.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>

// User Head File 



#include "option.h"
#include "2410addr.h"
#include "def.h"



//#include "mainfile.h"
#include "system.h" 
#include "uart.h"
#include "led.h"



⌨️ 快捷键说明

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