?? tfsdev.h
字號:
/* tfsdev.h: This file is ONLY included by tfs.c. It is seperate from tfs.h because it is target-specific. It is not part of config.h because it includes the declaration of the tfsdevtbl[]. A prefix in the name of the file determines what device is used to store that file. If no prefix is found the the first device in the table is used as a default. The syntax of the prefix is "//STRING/" where STRING is user-definable, but the initial // and final / are required by tfs code.*/struct tfsdev tfsdevtbl[] = { { "//040/", TFSSTART, TFSEND, TFSSPARE, TFSSPARESIZE, TFSSECTORCOUNT, TFS_DEVTYPE_FLASH, }, { 0, TFSEOT,0,0,0,0,0 }};#define TFSDEVTOT ((sizeof(tfsdevtbl))/(sizeof(struct tfsdev)))
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -