pad: show the cursor
[fbpad.git] / util.h
blob32e61be05251d3515a7536ba9707ba4ca327bf87
1 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
3 void xerror(char *msg);