mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 00:39:14 +00:00
added roundup() to utils
This commit is contained in:
@@ -13,6 +13,7 @@ void rndset(void *ptr, u64 num);
|
||||
void clrmem(void *ptr, u64 num);
|
||||
|
||||
// MISC
|
||||
u64 roundup(u64 value, u64 alignment);
|
||||
u64 align(u64 value, u64 alignment);
|
||||
u64 min64(u64 a, u64 b);
|
||||
u64 max64(u64 a, u64 b);
|
||||
|
||||
Reference in New Issue
Block a user