time tests

This commit is contained in:
Nikita Smith
2026-04-20 10:39:50 -07:00
parent 9e19fe5193
commit cd4f81d473
4 changed files with 55 additions and 17 deletions
+1
View File
@@ -1069,5 +1069,6 @@ internal U64 u64_array_bsearch(U64 *arr, U64 count, U64 value);
internal U64 index_of_zero_u32(U32 *ptr, U64 count);
internal U64 index_of_zero_u64(U64 *ptr, U64 count);
internal U64 count_digits_u64(U64 v, U64 radix);
#endif // BASE_CORE_H