📄 sftpver.h
字号:
// sftpver.h// declarations common to the user-visible executables// in the unix SafeTP suite: sftpc, sftpd, makekeys, addent, viewkey// (primarily, the version #)// copyright SafeTP Development Group, Inc., 2000 Terms of use are as specified in license.txt#ifndef __SFTPVER_H#define __SFTPVER_H// string containing the current version number// version changes are documented in sftpver.cppextern char const SFTP_version[];#endif // __SFTPVER_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -