some basic startup code
This commit is contained in:
parent
de4c836e97
commit
ffd309ca2a
6 changed files with 195 additions and 3 deletions
|
|
@ -6,4 +6,6 @@
|
|||
#define ISDEBUG false
|
||||
#endif
|
||||
|
||||
#define RIP(format, ... ) { fprintf(stderr, format "\n", ##__VA_ARGS__); exit(EXIT_FAILURE); }
|
||||
#define RIP(format, ... ) { fprintf(stderr, format "\n", ##__VA_ARGS__); exit(EXIT_FAILURE); }
|
||||
|
||||
#define LISTENER(name) inline wl_listener listener_##name = {.notify = ##name};
|
||||
Loading…
Add table
Add a link
Reference in a new issue