eint.h

来自「Samsung S3C2443 Test program source code」· C头文件 代码 · 共 22 行

H
22
字号
/******************************************
	File Name : eint.h
	Function  : S3C2443 Interrupt Test Head File
	Date      : June 8, 2006
   *****************************************/

#ifndef __EINT_H__
#define __EINT_H__

#ifdef __cplusplus
extern "C" {
#endif

void Test_Eint(void);

#ifdef __cplusplus
}
#endif

#endif /*__EINT_H__*/

⌨️ 快捷键说明

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