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 / readline.h
diff --git a/tools/tesh2/include/readline.h b/tools/tesh2/include/readline.h
new file mode 100644 (file)
index 0000000..2298c3a
--- /dev/null
@@ -0,0 +1,20 @@
+#ifndef __READLINE_H   \r
+#define __READLINE_H\r
+\r
+#include <com.h>\r
+\r
+#ifdef __cplusplus\r
+extern "C" {\r
+#endif\r
+\r
+long\r
+readline(FILE* stream, char **buf, size_t *n);\r
+\r
+#ifdef __cplusplus\r
+}\r
+#endif\r
+\r
+\r
+\r
+#endif /* !__READLINE_H */\r
+\r