status

statusbar program for dwm
git clone anongit@rnpnr.xyz:status.git
Log | Files | Refs | Feed | README | LICENSE

util.h (128B)


      1 #define LEN(a) (sizeof(a) / sizeof(*a))
      2 
      3 void die(const char *errstr, ...);
      4 int pscanf(const char *path, const char *fmt, ...);