LAMMP
4.2.0
Lamina High-Precision Arithmetic Library
载入中...
搜索中...
未找到
version.c
浏览该文件的文档.
1
/**
2
* Copyright (C) 2026 HJimmyK(Jericho Knox)
3
*
4
* This file is part of LAMMP.
5
*
6
* LAMMP is free software: you can redistribute it and/or modify it under
7
* the terms of the GNU Lesser General Public License (LGPL) as published
8
* by the Free Software Foundation; either version 3 of the License, or
9
* (at your option) any later version.
10
*
11
* This program is distributed WITHOUT ANY WARRANTY.
12
*
13
* See <https://www.gnu.org/licenses/>.
14
*/
15
16
#include "../../../include/lammp/version.h"
17
18
19
const
char
*
lmmp_get_version
(
void
) {
20
return
LAMMP_VERSION_STR
;
21
}
22
23
const
char
*
lmmp_get_build_type
(
void
) {
24
return
LAMMP_BUILD_TYPE_STR
;
25
}
n
#define n
lmmp_get_build_type
const char * lmmp_get_build_type(void)
获取 LAMMP 的构建类型字符串.
Definition
version.c:23
lmmp_get_version
const char * lmmp_get_version(void)
Copyright (C) 2026 HJimmyK(Jericho Knox)
Definition
version.c:19
src
lammp
lmmp
version.c
生成于 2026年 七月 12日 星期日 16:40:19 , 为 LAMMP使用
1.9.8