?? node.h
字號(hào):
#ifndef NODE_H
#define NODE_H
#include "Platform.h"
#include "FileSystem/Fat32/FileTree/FileNode.h"
// These functions are for internal use only, and are shared with FileNode.c
#pragma CALLEE-SAVES GetPage, GetIndexChar, GetIndexShort, MakeHandle
extern unsigned short GetPage(FileNodeHandle) NAKED;
extern unsigned char GetIndexChar(FileNodeHandle) NAKED;
extern unsigned short GetOffsetShort(FileNodeHandle) NAKED; // only NameNode() should need this...
extern FileNodeHandle MakeHandle(DramPageIndex, unsigned short index) NAKED;
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -