version.h

来自「linux下的MPEG1」· C头文件 代码 · 共 12 行

H
12
字号
/* $Id: version.h,v 1.4 2005/04/27 23:28:42 rockyb Exp $ *//** \file version.h  *  \brief  A file simply containing the library version number. *//*! LIBVCD_VERSION can as a string in programs to show what version is used. */#define LIBVCD_VERSION "0.7.21-"/*! LIBCDIO_VERSION_NUM  can be used for testing in the C preprocessor */#define LIBVCD_VERSION_NUM 21

⌨️ 快捷键说明

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