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

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