]> git.friedersdorff.com Git - max/tmk_keyboard.git/blob - util.h
256bda020ce7da15cc1f45df908e13d51a6d646b
[max/tmk_keyboard.git] / util.h
1 #ifndef UTIL_H
2 #define UTIL_H 1
3
4 #define XSTR(s) STR(s)
5 #define STR(s) #s
6
7 #endif