gc_n64_usb-v3/util.h

11 lines
153 B
C
Raw Normal View History

2015-08-16 01:59:38 -04:00
#ifndef ARRAY_SIZE
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0]))
#endif
#ifndef LPSTR
#define LPSTR(s) ((const PROGMEM wchar_t*)(s))
#endif