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
index 8341c79..64cc65d 100644 (file)
@@ -2,28 +2,19 @@
 #define __VARIABLE_H\r
 \r
 #include <com.h>\r
-\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
+extern "C" {
+  \r
+#endif  /* \r */
+  \r variable_t \r variable_new(const char *name, const char *val);
+  \r\rint \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
+#endif  /* \r */
+\r \r
+#endif  /*!__VARIABLE_H */\r
 \r