branchx86.h
来自「proximap bootloader for study」· C头文件 代码 · 共 13 行
H
13 行
// BranchX86.h
#ifndef __BRANCHX86_H
#define __BRANCHX86_H
#include "Common/Types.h"
void x86_Convert_Init(UInt32 *prevMask, UInt32 *prevPos);
UInt32 x86_Convert(Byte *buffer, UInt32 endPos, UInt32 nowPos,
UInt32 *prevMask, UInt32 *prevPos, int encoding);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?