LAMMP 4.2.0
Lamina High-Precision Arithmetic Library
载入中...
搜索中...
未找到
version.c 文件参考
+ version.c 的引用(Include)关系图:

浏览源代码.

函数

const charlmmp_get_build_type (void)
 获取 LAMMP 的构建类型字符串.
 
const charlmmp_get_version (void)
 Copyright (C) 2026 HJimmyK(Jericho Knox)
 

函数说明

◆ lmmp_get_build_type()

const char * lmmp_get_build_type ( void  )

获取 LAMMP 的构建类型字符串.

在文件 version.c23 行定义.

23 {
25}
#define n

引用了 n.

◆ lmmp_get_version()

const char * lmmp_get_version ( void  )

Copyright (C) 2026 HJimmyK(Jericho Knox)

This file is part of LAMMP.

LAMMP is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed WITHOUT ANY WARRANTY.

See https://www.gnu.org/licenses/.

在文件 version.c19 行定义.

19 {
20 return LAMMP_VERSION_STR;
21}

引用了 n.