YAC
3.18.0
Yet Another Coupler
Loading...
Searching...
No Matches
core_version.c
Go to the documentation of this file.
1
// Copyright (c) 2026 The YAC Authors
2
//
3
// SPDX-License-Identifier: BSD-3-Clause
4
5
#include "yac_config.h"
6
#include "
core_version.h
"
7
8
static
char
*
yac_core_version
=
"v"
YAC_CORE_VERSION;
9
10
char
*
yac_get_core_version
(
void
) {
11
return
yac_core_version
;
12
}
yac_get_core_version
char * yac_get_core_version(void)
Definition
core_version.c:10
yac_core_version
static char * yac_core_version
Definition
core_version.c:8
core_version.h
src
core
core_version.c
Generated on Tue Jun 30 2026 14:08:00 for YAC by
1.11.0