comparison include/mygetline.h @ 754:ecb991e41a4c

Add $controlN$ substitution The interfaces to substitute() and substitute_one() have changed, as they now need to know the listdir to be able to find control files
author Ben Schmidt
date Wed, 06 Oct 2010 23:30:26 +1100
parents 3f177909efc8
children
comparison
equal deleted inserted replaced
753:b58fd7980358 754:ecb991e41a4c
29 #if 0 29 #if 0
30 #include <stdio.h> 30 #include <stdio.h>
31 char *myfgetline(FILE *infile); 31 char *myfgetline(FILE *infile);
32 #endif 32 #endif
33 char *mygetline(int fd); 33 char *mygetline(int fd);
34 char *mygetcontent(int fd);
34 35
35 #endif /* #ifndef MYGETLINE_H */ 36 #endif /* #ifndef MYGETLINE_H */