Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert svn logs into ChangeLog (up to r7858 for now)
[simgrid.git] / tools / tesh2 / include / readline.h
1 #ifndef __READLINE_H    \r
2 #define __READLINE_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 long \r readline(FILE * stream, char **buf, size_t * n);
11   \r\r
12 #ifdef __cplusplus\r
13\r
14 #endif  /* \r */
15 \r\r\r
16 #endif  /* !__READLINE_H */\r
17 \r