summaryrefslogtreecommitdiff
path: root/include/misc.h
blob: bb7e7ded20073e701b041757f9b455402444c662 (plain)
1
2
3
4
5
6
7
8
9
10
11
extern int high_water_alloc(void **buf, size_t *bufsize, size_t newsize);

extern const char *quote(const char *str);
extern char *unquote(char *str);

extern int high_water_alloc(void **buf, size_t *bufsize, size_t newsize);

extern const char *quote(const char *str);
extern char *unquote(char *str);

extern char *next_line(FILE *file);