ratox

FIFO based tox client
git clone git://git.2f30.org/ratox
Log | Files | Refs | README | LICENSE

util.h (246B)


      1 /* See LICENSE file for copyright and license details. */
      2 #include "arg.h"
      3 
      4 #define LEN(x) (sizeof (x) / sizeof *(x))
      5 
      6 extern char *argv0;
      7 
      8 void enprintf(int, const char *, ...);
      9 void eprintf(const char *, ...);
     10 void weprintf(const char *, ...);