summaryrefslogtreecommitdiff
path: root/include/misc.h
blob: 58a6e7809356408b80c9ecc24ce1bf09a8c23e7e (plain)
1
2
3
4
5
6
7
8
9
10
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);