18 Star 0 Fork 0

openKylin / gsl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
gsl_version.h 460 Bytes
一键复制 编辑 原始数据 按行查看 历史
luoyaoming 提交于 2024-04-24 14:59 . Import Upstream version 2.7.1+dfsg
#ifndef __GSL_VERSION_H__
#define __GSL_VERSION_H__
#include <gsl/gsl_types.h>
#undef __BEGIN_DECLS
#undef __END_DECLS
#ifdef __cplusplus
# define __BEGIN_DECLS extern "C" {
# define __END_DECLS }
#else
# define __BEGIN_DECLS /* empty */
# define __END_DECLS /* empty */
#endif
__BEGIN_DECLS
#define GSL_VERSION "2.7.1"
#define GSL_MAJOR_VERSION 2
#define GSL_MINOR_VERSION 7
GSL_VAR const char * gsl_version;
__END_DECLS
#endif /* __GSL_VERSION_H__ */
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openkylin/gsl.git
git@gitee.com:openkylin/gsl.git
openkylin
gsl
gsl
openkylin/nile

搜索帮助

344bd9b3 5694891 D2dac590 5694891