📄 std_c.h
字号:
//*----------------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------------------------------------------
//* File Name : std_c.h
//* Object : Standard C Definition File
//*
//*
//* 1.0 08/08/97 JCZ : Creation
//*----------------------------------------------------------------------------------
#ifndef std_c_h
#define std_c_h
//* Standard type
typedef unsigned int u_int ;
typedef unsigned short u_short ;
typedef unsigned char u_char ;
//* AT91 Register
#define at91_reg volatile u_int
//* True and False treated as 1 and 0
//#define TRUE 1
//#define FALSE 0
#endif /* std_c_h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -