core: oops forgot to add utils.h
This commit is contained in:
parent
a64262ee13
commit
9ade568a64
4
libbozo/headers/utils.h
Normal file
4
libbozo/headers/utils.h
Normal file
@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
#define CEIL(x, y) (((x) + (y) - 1) / (y))
|
||||
#define ARRAY_SIZE(ptr) (sizeof(ptr) / sizeof(ptr[0]))
|
Loading…
Reference in New Issue
Block a user