📄 oldfcall.h
字号:
uint convM2Dold(uchar*, uint, Dir*, char*);uint convD2Mold(Dir*, uchar*, uint);uint sizeD2Mold(Dir*);uint convM2Sold(uchar*, uint, Fcall*);uint convS2Mold(Fcall*, uchar*, uint);uint oldhdrsize(uchar);uint iosize(uchar*);enum{ oldTnop = 50, oldRnop, oldTosession = 52, /* illegal */ oldRosession, /* illegal */ oldTerror = 54, /* illegal */ oldRerror, oldTflush = 56, oldRflush, oldToattach = 58, /* illegal */ oldRoattach, /* illegal */ oldTclone = 60, oldRclone, oldTwalk = 62, oldRwalk, oldTopen = 64, oldRopen, oldTcreate = 66, oldRcreate, oldTread = 68, oldRread, oldTwrite = 70, oldRwrite, oldTclunk = 72, oldRclunk, oldTremove = 74, oldRremove, oldTstat = 76, oldRstat, oldTwstat = 78, oldRwstat, oldTclwalk = 80, oldRclwalk, oldTauth = 82, /* illegal */ oldRauth, /* illegal */ oldTsession = 84, oldRsession, oldTattach = 86, oldRattach, oldTmax};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -