Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
last version of tesh
[simgrid.git] / tools / tesh2 / include / variables.h
1 #ifndef __VARIABLES_H
2 #define __VARIABLES_H
3
4 #include <com.h>
5
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9
10 variables_t
11 variables_new(void);
12
13 int
14 variables_free(variables_t* variablesptr);
15
16
17 #ifdef __cplusplus
18 }
19 #endif
20
21
22 #endif /*!__VARIABLES_H */