📄 fs.h
字号:
#ifndef _FS_H
#define _FS_H
#include "global.h"
#ifdef FS_GLOBALS
#define FS_EXTERN
#else
#define FS_EXTERN extern
#endif // FS_GLOBALS
#define FSID_UPDATE_KEY (18)
#define FSID_COM_OPEN (19)
#define FSID_COM_OPEN_POS (83)
#define FSID_COM_OPEN_NEG (147)
#define FSID_COM_CLOSE (20)
#define FSID_COM_CLOSE_POS (84)
#define FSID_COM_CLOSE_NEG (148)
#define FSID_R_ACTIVE_ANN (21)
#define FSID_R_MAINTAIN (22)
#define FSID_R_MAINTAIN_POS (86)
#define FSID_R_MAINTAIN_NEG (150)
#define FSID_R_MAINTAIN_REQ (23)
#define FSID_R_MAINTAIN_REQ_POS (87)
#define FSID_R_MAINTAIN_REQ_NEG (151)
#define FSID_R_DEV_CHANGE (24)
uint8 FSInit(void);
uint8 FSInput(PSock psock);
uint8 FSOutput(PSock psock);
#endif // _FS_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -