TEMU  3.0
The Terma Emulator
Version.h
Go to the documentation of this file.
1 //===-- temu-c/Support/Version.h - TEMU Version API -------------*- C++ -*-===//
2 //
3 // TEMU: The Terma Emulator
4 // (c) Terma 2022
5 // Authors: Mattias Holm <maho (at) terma.com>
6 //
7 //===----------------------------------------------------------------------===//
8 
9 
10 #ifndef TEMU_VERSION_H
11 #define TEMU_VERSION_H
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
21 const char *temu_getVersionString(void);
22 
23 #ifdef __cplusplus
24 }
25 #endif
26 
27 #endif // !TEMU_VERSION_H
const char * temu_getVersionString(void)