aboutsummaryrefslogtreecommitdiff
path: root/util.h
blob: af96e0ef8393b2dd2bbc159cd7b0fd3427bfecd5 (plain)
1
2
3
4
5
6
/* See LICENSE file for copyright and license details. */
#define LEN(x) (sizeof (x) / sizeof *(x))

void enprintf(int, const char *, ...);
void eprintf(const char *, ...);
void weprintf(const char *, ...);