Back to home page

Enduro/X

 
 

    


0001 #ifndef UTILS_HEADER
0002 #define UTILS_HEADER
0003 
0004 #ifdef __cplusplus
0005 namespace cgreen {
0006     extern "C" {
0007 #endif
0008 
0009 char *string_dup(const char *original);
0010 
0011 #ifdef __cplusplus
0012     }
0013 }
0014 #endif
0015 
0016 #endif