Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison utils.h @ 8:97243badae69
split place stuff to its own file
author | David A. Holland |
---|---|
date | Sun, 19 Dec 2010 19:15:55 -0500 |
parents | 0601b6e8e53d |
children | 9dda765ee85c |
comparison
equal
deleted
inserted
replaced
7:b8167949474a | 8:97243badae69 |
---|---|
11 | 11 |
12 char *dostrdup(const char *s); | 12 char *dostrdup(const char *s); |
13 char *dostrdup2(const char *s, const char *t); | 13 char *dostrdup2(const char *s, const char *t); |
14 char *dostrdup3(const char *s, const char *t, const char *u); | 14 char *dostrdup3(const char *s, const char *t, const char *u); |
15 | 15 |
16 /* in files.c */ | 16 /* in place.c */ |
17 void complain(const struct place *, const char *fmt, ...); | 17 void complain(const struct place *, const char *fmt, ...); |
18 void complain_fail(void); | 18 void complain_fail(void); |
19 bool complain_failed(void); | 19 bool complain_failed(void); |
20 | 20 |
21 /* in main.c */ | 21 /* in main.c */ |