1 2 3 4 5 6
#ifndef __COMMON_H__ #define __COMMON_H__ int toggle_nonblocking_input(); #endif // __COMMON_H__