From 4b3082a34d7200d4b8ac980949bae355fc982c6b Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 9 Apr 2017 01:20:56 +0200 Subject: Minor cleanup and pretty printing --- common.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 common.h (limited to 'common.h') diff --git a/common.h b/common.h new file mode 100644 index 0000000..80c552f --- /dev/null +++ b/common.h @@ -0,0 +1,6 @@ +#ifndef __COMMON_H__ +#define __COMMON_H__ + +int toggle_nonblocking_input(); + +#endif // __COMMON_H__ -- cgit v1.2.3