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
8static char * yac_core_version="v" YAC_CORE_VERSION;
9
10char * yac_get_core_version ( void ) {
11 return yac_core_version;
12}
char * yac_get_core_version(void)
static char * yac_core_version
Definition core_version.c:8