diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2020-12-30 13:49:01 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2020-12-30 13:49:01 -0500 |
commit | 3d56cc1986f855f91844915e35d0225bd8e07109 (patch) | |
tree | 0ab06288e6a4d699b55b68931487e5a6ab889c3f /base.h | |
parent | f10f07553e599f1320afbaa2dfeb0b267139cd74 (diff) |
more config
Diffstat (limited to 'base.h')
-rw-r--r-- | base.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ typedef unsigned long long ullong; #define Status bool WarnUnusedResult // false = error, true = success +#define arr_count(a) (sizeof (a) / sizeof *(a)) #ifdef __GNUC__ #define no_warn_start _Pragma("GCC diagnostic push") \ |