ukkonooa and frequency slider
This commit is contained in:
6
main/headers/arraylen.h
Normal file
6
main/headers/arraylen.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef ARRAY_LEN_H_
|
||||
#define ARRAY_LEN_H_
|
||||
|
||||
#define ARRAY_LEN(arr) (sizeof(arr) / sizeof(arr[0]))
|
||||
|
||||
#endif // ARRAY_LEN_H_
|
||||
Reference in New Issue
Block a user