📄 uudecode.h
字号:
/* $Id: uudecode.h,v 1.4 2003/10/31 15:34:53 relson Exp $ *//*****************************************************************************NAME: uudecode.h -- prototypes and definitions for uudecode.c******************************************************************************/#ifndef HAVE_UUDECODE_H#define HAVE_UUDECODE_H#include "word.h"uint uudecode(word_t *word);#endif /* HAVE_UUDECODE_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -