Safe API Framework
Layered API framework for safety-related applications (ERTMS RBC reference targeting CENELEC EN 50128 SIL 4)
Loading...
Searching...
No Matches
sapi_core_version.c
Go to the documentation of this file.
1
5#include "safeapi/core/sapi_core_version.h"
6
7const char *sapi_core_get_version(void)
8{
9 return SAFEAPI_FRAMEWORK_VERSION;
10}