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
19const char* lmmp_get_version(void) {
20 return LAMMP_VERSION_STR;
21}
22
23const char* lmmp_get_build_type(void) {
25}
#define n
const char * lmmp_get_build_type(void)
获取 LAMMP 的构建类型字符串.
Definition version.c:23
const char * lmmp_get_version(void)
Copyright (C) 2026 HJimmyK(Jericho Knox)
Definition version.c:19