📄 strtype.h
字号:
/*
* File: strtype.h
*/
#ifndef __STRTYPE_H__
#define __STRTYPE_H__
/*--------------------- Export Definitions ------------------------*/
#define MAX_FILENAME_LEN 128 // this length is defined by Y-Modem protocol
#define MAX_STRING_LEN 128 // we assume this is the max string length,
// all string should not over this length
/*--------------------- Export Types ------------------------------*/
/*--------------------- Export Macros -----------------------------*/
/*--------------------- Export Classes ----------------------------*/
/*--------------------- Export Variables --------------------------*/
/*--------------------- Export Functions --------------------------*/
#endif /* __STRTYPE_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -