diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2017-04-09 01:20:56 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2017-04-09 01:25:41 +0200 |
| commit | 4b3082a34d7200d4b8ac980949bae355fc982c6b (patch) | |
| tree | 3f3edd2e0dbfc217220d89d7eff5b4dc7dd9231e /common.h | |
| parent | 7af91e2bc4a51670343ba3d5852c8e6b688a5a13 (diff) | |
Minor cleanup and pretty printing
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 6 |
1 files changed, 6 insertions, 0 deletions
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__ |
