mirror of
git://git.suckless.org/surf
synced 2025-01-31 12:21:30 +00:00
1901359efa
New common.[hc] files where shared functions between surf and webkitextension will be put. First addition is die().
4 lines
44 B
C
4 lines
44 B
C
#define MSGBUFSZ 32
|
|
|
|
void die(char *, ...);
|