diff options
| author | Franklin Wei <git@fwei.tk> | 2016-03-29 16:03:47 -0400 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-03-29 16:03:47 -0400 |
| commit | 281bb06f483f571bdbb8e314a5bd951ed671e6d8 (patch) | |
| tree | cfc7e2a4027574da7266ed61a1d55007d975518c /src/util.h | |
| parent | 8426162eb0a463118e77e3fe32b96552565584a1 (diff) | |
| download | netcosm-281bb06f483f571bdbb8e314a5bd951ed671e6d8.zip netcosm-281bb06f483f571bdbb8e314a5bd951ed671e6d8.tar.gz netcosm-281bb06f483f571bdbb8e314a5bd951ed671e6d8.tar.bz2 netcosm-281bb06f483f571bdbb8e314a5bd951ed671e6d8.tar.xz | |
fix things
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ #include "room.h" +#define WSPACE " \t\r\n" + /* utility functions */ void __attribute__((noreturn,format(printf,1,2))) error(const char *fmt, ...); void __attribute__((format(printf,4,5))) debugf_real(const char*, int, const char*, const char *fmt, ...); |