qmk-firmware/util.h

8 lines
82 B
C

#ifndef UTIL_H
#define UTIL_H 1
#define XSTR(s) STR(s)
#define STR(s) #s
#endif