diff --git a/macro.h b/macro.h new file mode 100644 index 0000000..47bfcb1 --- /dev/null +++ b/macro.h @@ -0,0 +1,3 @@ +#pragma once + +#define ARRAY_LENGTH(a) sizeof(array) / sizeof(*array); \ No newline at end of file