diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/badge/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/badge/util.h b/include/badge/util.h new file mode 100644 index 0000000..a70b018 --- /dev/null +++ b/include/badge/util.h @@ -0,0 +1,3 @@ +#pragma once + +#define ARRAY_LENGTH(arr) (sizeof(arr)/sizeof(arr[0])) |