ftpfs.h
来自「RTEMS (Real-Time Executive for Multiproc」· C头文件 代码 · 共 35 行
H
35 行
/* * 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 + =
减小字号Ctrl + -
显示快捷键?