#ifndef __COMMON_H__ #define __COMMON_H__ #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) int toggle_nonblocking_input(); #endif // __COMMON_H__