📄 version.h
字号:
/* * version.h -- * Print version information * * Copyright (c) 2004, SRI International. All Rights Reserved. * * @(#)$Header: /home/srilm/devel/misc/src/RCS/version.h,v 1.1 2004/12/03 04:24:36 stolcke Exp $ * */#ifndef _version_h_#define _version_h_#ifdef __cplusplusextern "C" {#endifvoid printVersion(const char *rcsid);#ifdef __cplusplus}#endif#endif /* _version_h_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -