Back to home page

Enduro/X

 
 

    


0001 #ifndef PARAMETERS_HEADER
0002 #define PARAMETERS_HEADER
0003 
0004 #include <cgreen/vector.h>
0005 
0006 #ifdef __cplusplus
0007 namespace cgreen {
0008     extern "C" {
0009 #endif
0010 
0011 CgreenVector *create_vector_of_names(const char *parameters);
0012 
0013 #ifdef __cplusplus
0014     }
0015 }
0016 #endif
0017 
0018 #endif