blob: 3ce02d1ab73d3bae6466cc03a3ecfe5e8ab9d4de (
plain)
1
2
3
4
5
6
7
|
/* 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 *, ...);
|