mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2024-11-16 14:15:04 -05:00
11 lines
153 B
C
11 lines
153 B
C
|
|
||
|
#ifndef ARRAY_SIZE
|
||
|
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0]))
|
||
|
#endif
|
||
|
|
||
|
#ifndef LPSTR
|
||
|
#define LPSTR(s) ((const PROGMEM wchar_t*)(s))
|
||
|
#endif
|
||
|
|
||
|
|