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 #ifndef TEMU_SUPPORT_INIT
2 #define TEMU_SUPPORT_INIT
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
21 void temu_initSupportLib(void);
22 
23 #ifdef __cplusplus
24 }
25 #endif
26 
27 #endif /* !TEMU_SUPPORT_INIT */
void temu_initSupportLib(void)