Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Indent the rest of the code (examples, buildtools, doc...) except for examples/SMPI...
[simgrid.git] / tools / tesh2 / include / variable.h
1 #ifndef __VARIABLE_H\r
2 #define __VARIABLE_H\r
3 \r
4 #include <com.h>\r
5     \r
6 #ifdef __cplusplus\r
7 extern "C" {
8   \r
9 #endif  /* \r */
10   \r variable_t \r variable_new(const char *name, const char *val);
11   \r\rint \r variable_free(variable_t * variableptr);
12   \r \r int \r variable_is_used(variable_t variable);
13   \r \r int \r variable_set_used(variable_t variable);
14   \r \r \r
15 #ifdef __cplusplus\r
16\r
17 #endif  /* \r */
18 \r \r
19 #endif  /*!__VARIABLE_H */\r
20 \r