Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
baremetal: implement calloc libc function
This simply calls runtime.alloc, because the memory will be zero-initialized anyway.
- Loading branch information