diff options
Diffstat (limited to '.repos/surf/common.h')
-rw-r--r-- | .repos/surf/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.repos/surf/common.h b/.repos/surf/common.h new file mode 100644 index 0000000..2778029 --- /dev/null +++ b/.repos/surf/common.h @@ -0,0 +1,3 @@ +#define MSGBUFSZ 8 + +void die(char *, ...); |