Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tesh version 2
[simgrid.git] / tools / tesh2 / src / variables.c
1 #include <variables.h>\r
2 \r
3 typedef struct s_variables\r
4 {\r
5         dictionary_t items;\r
6 }s_variables_t;