T-EMU  2
The Terma Emulator
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Init.h
Go to the documentation of this file.
1 //===-- temu-c/Init.h - T-EMU Library Initialisation -----------*- C++ -*-===//
2 //
3 // T-EMU: The Terma Emulator
4 // (c) Terma 2015
5 // Authors: Mattias Holm <maho (at) terma.com>
6 //
7 //===----------------------------------------------------------------------===//
8 
9 #ifndef TEMU_SUPPORT_INIT
10 #define TEMU_SUPPORT_INIT
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
30 void temu_initSupportLib(void);
31 
54 void temu_initPathSupport(const char *Argv0);
55 
56 #ifdef __cplusplus
57 }
58 #endif
59 
60 #endif /* !TEMU_SUPPORT_INIT */
void temu_initPathSupport(const char *Argv0)
void temu_initSupportLib(void)