⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 file.h

📁 操作系统源代码
💻 H
字号:
/* file.h * * This file is part of ftpd. * * * 01/25/96 Initial Release	Michael Temari, <temari@ix.netcom.com> */_PROTOTYPE(int doALLO, (char *buff));_PROTOTYPE(int doAPPE, (char *buff));_PROTOTYPE(int doCDUP, (char *buff));_PROTOTYPE(int doCWD,  (char *buff));_PROTOTYPE(int doDELE, (char *buff));_PROTOTYPE(int doLIST, (char *buff));_PROTOTYPE(int doMDTM, (char *buff));_PROTOTYPE(int doMODE, (char *buff));_PROTOTYPE(int doMKD,  (char *buff));_PROTOTYPE(int doNLST, (char *buff));_PROTOTYPE(int doPWD,  (char *buff));_PROTOTYPE(int doREST, (char *buff));_PROTOTYPE(int doRETR, (char *buff));_PROTOTYPE(int doRMD,  (char *buff));_PROTOTYPE(int doRNFR, (char *buff));_PROTOTYPE(int doRNTO, (char *buff));_PROTOTYPE(int doSITE, (char *buff));_PROTOTYPE(int doSIZE, (char *buff));_PROTOTYPE(int doSTAT, (char *buff));_PROTOTYPE(int doSTOR, (char *buff));_PROTOTYPE(int doSTOU, (char *buff));_PROTOTYPE(int doSTRU, (char *buff));_PROTOTYPE(int doSYST, (char *buff));_PROTOTYPE(int doTYPE, (char *buff));

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -