diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2017-08-11 00:44:11 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2017-08-11 01:05:43 +0200 |
| commit | 6900970e371adc68a10c119e6b7b445bcf5050a7 (patch) | |
| tree | dd1647d2545f56b56c3e7a152963ef128c243100 /common.h | |
| parent | f018b296625bd8b99aba1ae4bd6bfbb48a49f59b (diff) | |
Return more exact note names (instead of just standard tuning)
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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__ |
