📄 fs.i
字号:
# 1 "G:/\301\350\321\364\265\245\306\254\273\372/\320\302\275\250\316\304\274\376\274\320/9.\304\243\327\351\327\312\301\317/\322\324\314\253\315\370\315\250\321\266\304\243\327\351/\322\324\314\253\315\370DemoCode/DemoCode/code/fs.c"
# 1 "..\\code\\include\\config.h" 1
# 1 "..\\unip\\include\\lwipopts.h" 1
# 1 "..\\unip\\include\\unsp\\include\\cc.h" 1
typedef unsigned int u8_t;
typedef signed char s8_t;
typedef unsigned int u16_t;
typedef signed int s16_t;
typedef unsigned long int u32_t;
typedef signed long int s32_t;
# 53 "..\\unip\\include\\lwipopts.h" 2
# 1 "..\\unip\\include\\lwip\\def.h" 1
# 54 "..\\unip\\include\\lwipopts.h" 2
# 1 "..\\unip\\include\\lwip\\mem.h" 1
# 1 "..\\unip\\include\\lwip\\opt.h" 1
# 1 "..\\unip\\include\\lwip\\debug.h" 1
# 1 "..\\unip\\include\\lwipopts.h" 1
# 76 "..\\unip\\include\\lwipopts.h"
# 36 "..\\unip\\include\\lwip\\debug.h" 2
# 1 "..\\unip\\include\\unsp\\include\\pollio.h" 1
typedef enum parm_type
{
FLAG = 1, IP = 2, HEX = 3, DECIMAL = 4, CHAR = 5, STRING = 6
} PARM_TYPE;
extern u16_t g_cur_dev, *g_cur_pos, g_cur_offset;
typedef struct
{
s16_t width;
u8_t space;
u8_t right;
u8_t alter;
u8_t plus;
u8_t zero;
u8_t mod;
u8_t type;
} FORMAT;
# 96 "..\\unip\\include\\unsp\\include\\pollio.h"
# 113 "..\\unip\\include\\unsp\\include\\pollio.h"
extern void Print(char * , ...);
extern u8_t read_string(char * );
extern unsigned long get_number(void);
# 37 "..\\unip\\include\\lwip\\debug.h" 2
# 77 "..\\unip\\include\\lwip\\debug.h"
# 35 "..\\unip\\include\\lwip\\opt.h" 2
# 1 "..\\unip\\include\\lwipopts.h" 1
# 76 "..\\unip\\include\\lwipopts.h"
# 37 "..\\unip\\include\\lwip\\opt.h" 2
# 1 "..\\unip\\include\\unsp\\include\\lib.h" 1
u16_t htons(u16_t n);
u16_t ntohs(u16_t n);
u32_t htonl(u32_t n);
u32_t ntohl(u32_t n);
u16_t getbyte(u16_t *data, u16_t offset);
void putbyte(u16_t *data, u8_t ch, u16_t offset);
u16_t packstrncat(u16_t *data, char *str, u16_t offset);
u16_t tcp_tmr_timeout(void);
u16_t dhcp_coarse_timeout(void);
u16_t dhcp_fine_timeout(void);
u16_t gettimeofnow(void);
void PackPrint(u16_t *pstr);
u16_t packstrlen(char *str);
void PackPrintLen(u16_t *pstr,u16_t len);
int StrToInt(char *s);
void SystemServiceLoop();
# 38 "..\\unip\\include\\lwip\\opt.h" 2
# 342 "..\\unip\\include\\lwip\\opt.h"
# 429 "..\\unip\\include\\lwip\\opt.h"
# 35 "..\\unip\\include\\lwip\\mem.h" 2
# 1 "..\\unip\\include\\lwip\\arch.h" 1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -