Tellurium Plugin C API  1.0.0
Plugin Framework for Tellurium
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
telplugins_utilities.h
Go to the documentation of this file.
1 
42 #ifndef telplugins_utilitiesH
43 #define telplugins_utilitiesH
44 #include "telplugins_exporter.h"
45 #include "telplugins_types.h"
46 #include "tel_macros.h"
47 //---------------------------------------------------------------------------
48 
49 #if defined(__cplusplus)
50 extern "C" {
51 #endif
52 
56 extern char* gLastError;
57 
61 extern char* gInstallFolder;
62 
66 extern const char* ALLOCATE_API_ERROR_MSG;
67 
71 extern const char* INVALID_HANDLE_ERROR_MSG;
72 
73 TLP_C_DS char* tpCreateText(const char* str);
74 
75 
76 #if defined(__cplusplus)
77 }
78 #endif
79 
80 #endif