thomashart17 / c-rust

Repo for hosting examples of interoperability of rust and C using LLVM 14.
0 stars 2 forks source link

feat(sea-lib): add definition of realloc #7

Closed agurfinkel closed 1 year ago

agurfinkel commented 1 year ago

Some jobs expect realloc from libc to be available. I've added our implementation.

agurfinkel commented 1 year ago

@thomashart17 he PR seems to pass all the checks. Can you please rebase it in?