mirror of
git://git.suckless.org/surf
synced 2025-03-03 12:07:38 +00:00
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 *, ...);
|