summaryrefslogtreecommitdiff
path: root/util.h
blob: 256bda020ce7da15cc1f45df908e13d51a6d646b (plain)
1
2
3
4
5
6
7
#ifndef UTIL_H
#define UTIL_H 1

#define XSTR(s) STR(s)
#define STR(s) #s

#endif