strtype.h

来自「vt6528芯片交换机API函数和文档运行程序」· C头文件 代码 · 共 33 行

H
33
字号
/*
 * 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 + =
减小字号Ctrl + -
显示快捷键?