eid-viewer
eid-viewer library
conversions.h
1 #ifndef EID_VWR_CONVERSIONS_H
2 #define EID_VWR_CONVERSIONS_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 #include "utftranslate.h"
9 #include <eid-viewer/oslayer.h>
10 
11 #ifdef WIN32
12 #define SLEEP(x) Sleep(x*1000)
13 #else
14 #define SLEEP(x) sleep(x)
15 #endif
16 
17 EID_CHAR* converted_string(const EID_CHAR* label, const EID_CHAR* normal);
18 EID_CHAR* convert_to_xml(const EID_CHAR* label, const EID_CHAR* item);
19 void* convert_from_xml(const EID_CHAR* name, const EID_CHAR* value, int* len_return);
20 int can_convert(const EID_CHAR* label);
21 enum eid_vwr_langs convert_get_lang();
22 
23 #ifdef __cplusplus
24 }
25 #endif
26 
27 #endif
eid_vwr_langs
Definition: oslayer.h:85
contains the functions, enums and structures that need to be known by the ui