tutil.h - ratox - FIFO based tox client
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
tutil.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 *, ...);