summaryrefslogtreecommitdiff
path: root/util.h
blob: 5d689524525c8680d52105db98e297714f2874b8 (plain)
1
2
3
4
5
6
7
/* See LICENSE file for copyright and license details. */

#include "arg.h"

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