From 6900970e371adc68a10c119e6b7b445bcf5050a7 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Fri, 11 Aug 2017 00:44:11 +0200 Subject: Return more exact note names (instead of just standard tuning) --- common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common.h') diff --git a/common.h b/common.h index 80c552f..f084a73 100644 --- a/common.h +++ b/common.h @@ -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__ -- cgit v1.2.3