Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
source code to manage the Windows Unix and Mac file formats.
[simgrid.git] / tools / tesh2 / include / variable.h
index 7f3dbc0..8341c79 100644 (file)
@@ -1,29 +1,29 @@
-#ifndef __VARIABLE_H
-#define __VARIABLE_H
-
-#include <com.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-variable_t
-variable_new(const char* name, const char* val);
-
-int
-variable_free(variable_t* variableptr);
-
-int
-variable_is_used(variable_t variable);
-
-int
-variable_set_used(variable_t variable);
-
-
-#ifdef __cplusplus
-}
-#endif
-
-
-#endif /*!__VARIABLE_H */
-
+#ifndef __VARIABLE_H\r
+#define __VARIABLE_H\r
+\r
+#include <com.h>\r
+\r
+#ifdef __cplusplus\r
+extern "C" {\r
+#endif\r
+\r
+variable_t\r
+variable_new(const char* name, const char* val);\r
+\r
+int\r
+variable_free(variable_t* variableptr);\r
+\r
+int\r
+variable_is_used(variable_t variable);\r
+\r
+int\r
+variable_set_used(variable_t variable);\r
+\r
+\r
+#ifdef __cplusplus\r
+}\r
+#endif\r
+\r
+\r
+#endif /*!__VARIABLE_H */\r
+\r