1
0
mirror of git://git.suckless.org/surf synced 2025-01-31 12:21:30 +00:00
surf/common.h
Quentin Rameau 1901359efa Add a file for shared functions
New common.[hc] files where shared functions between surf and
webkitextension will be put. First addition is die().
2018-10-08 11:38:03 +02:00

4 lines
44 B
C

#define MSGBUFSZ 32
void die(char *, ...);