shellp.h

来自「ATMEL单片机可用的文件系统源代码」· C头文件 代码 · 共 19 行

H
19
字号
/***********************************************************************/
/*                                                                     */
/*   Module:  shellp.h                                                 */
/*   Release: 2004.5                                                   */
/*   Version: 2000.5                                                   */
/*   Purpose: Header file for the shell application                    */
/*                                                                     */
/***********************************************************************/
#ifndef _SHELLP_H /* Don't include this file more than once */
#define _SHELLP_H

/***********************************************************************/
/* Function Prototypes                                                 */
/***********************************************************************/
void Shell(FILE *input, FILE *output);

#endif /* _SHELLP_H */

⌨️ 快捷键说明

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