aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
blob: 183f8c591f1f9dd0184651c44b20c5a7ccb5e2b2 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _RUNES_UTIL_H
#define _RUNES_UTIL_H

#define UNUSED(x) ((void)x)

void runes_warn(const char *fmt, ...);

#endif