?? constmap.h
字號:
#ifndef CONSTMAP_H#define CONSTMAP_Htypedef unsigned long constmap_hash;struct constmap { int num; constmap_hash mask; constmap_hash *hash; int *first; int *next; char **input; int *inputlen;} ;extern int constmap_init();extern void constmap_free();extern char *constmap();#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -