YAC 3.18.0
Yet Another Coupler
Loading...
Searching...
No Matches
core_version.h
Go to the documentation of this file.
1// Copyright (c) 2026 The YAC Authors
2//
3// SPDX-License-Identifier: BSD-3-Clause
4
5#ifndef CORE_VERSION_H
6#define CORE_VERSION_H
7
8// YAC PUBLIC HEADER START
9
10char * yac_get_core_version ( void );
11
12// YAC PUBLIC HEADER STOP
13
14#endif
15
char * yac_get_core_version(void)