sysincludes.h

来自「在s3c2410上实现的蜂鸣器程序代码」· 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 "beep.h"



⌨️ 快捷键说明

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