📄 ftpfs.h
字号:
/* * File Transfer Protocol client declarations * * Transfer file to/from remote host * * * (c) Copyright 2002 * Thomas Doerfler * IMD Ingenieurbuero fuer Microcomputertechnik * Herbststr. 8 * 82178 Puchheim, Germany * <Thomas.Doerfler@imd-systems.de> * * This code has been created after closly inspecting * "tftpdriver.c" from Eric Norum. * * $Id: ftpfs.h,v 1.1 2002/06/27 21:59:23 joel Exp $ */#ifndef _FTP_DRIVER_H#define _FTP_DRIVER_H#ifdef __cplusplusextern "C" {#endif /* create mount point and mount ftp file system */ int rtems_bsdnet_initialize_ftp_filesystem () ;#ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -