ftplibp.h

来自「vxworks 6.x 的全部头文件」· C头文件 代码 · 共 40 行

H
40
字号
/* ftpLibP.h - private header for ftpLib *//* Copyright 1984-1992 Wind River Systems, Inc. *//*modification history--------------------01f,05nov03,cdw  Removal of unnecessary _KERNEL guards.01e,04nov03,rlm  Ran batch header path update for header re-org.01d,03nov03,rlm  Removed wrn/coreip/ prefix from #includes for header re-org.01c,14feb02,ant  added routines ftpUserPassSet, ftpUserPassPrint01b,22sep92,rrr  added support for c++01a,20sep92,kdl	 written.*/#ifndef __INCftpLibPh#define __INCftpLibPh#ifdef __cplusplusextern "C" {#endif#include <ftpLib.h>#if defined(__STDC__) || defined(__cplusplus)extern STATUS	ftpLs (char *dirName);#elseextern STATUS	ftpLs ();#endif  /* __STDC__ */#ifdef __cplusplus}#endif#endif /* __INCftpLibPh */

⌨️ 快捷键说明

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