comparison utils.h @ 45:f263adbf7445

merge
author David A. Holland
date Sat, 30 Mar 2013 22:33:53 -0400
parents f185d1ac4db4
children 83ad94eec98f
comparison
equal deleted inserted replaced
42:ad7763329eba 45:f263adbf7445
51 51
52 size_t notrailingws(char *buf, size_t len); 52 size_t notrailingws(char *buf, size_t len);
53 bool is_identifier(const char *str); 53 bool is_identifier(const char *str);
54 54
55 /* in place.c */ 55 /* in place.c */
56 void complain(const struct place *, const char *fmt, ...); 56 void complain(const struct place *, const char *fmt, ...) __printflike(2, 3);
57 void complain_fail(void); 57 void complain_fail(void);
58 bool complain_failed(void); 58 bool complain_failed(void);
59 59
60 /* in main.c */ 60 /* in main.c */
61 void freestringlater(char *s); 61 void freestringlater(char *s);
62 void die(void); 62 __dead void die(void);