diff options
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ #ifndef __COMMON_H__ #define __COMMON_H__ +#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) + int toggle_nonblocking_input(); #endif // __COMMON_H__ |
