version.h

来自「这是一款很好用的工具包」· C头文件 代码 · 共 26 行

H
26
字号
/* * 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 + =
减小字号Ctrl + -
显示快捷键?