This commit is contained in:
Connor Lane Smith
2011-05-26 16:18:42 -01:00
parent 0236550c77
commit bf9626d408
9 changed files with 130 additions and 20 deletions

3
text.h
View File

@@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
char *afgets(char **p, size_t *size, FILE *fp);
char *afgets(char **, size_t *, FILE *);
void concat(FILE *, const char *, FILE *, const char *);