Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
llama : give up fix for uint64_t format type by casting to size_t
Otherwise some platforms use "%lu" and others "%llu" for uint64_t, and I'm not sure how to handle that.
- Loading branch information