- #26 - Add
memchr
- #27 - Add
qsort
- #28 - Add
strcat
andstrchr
- #29 - Clean up docs
- #30 - Add padding in
sprintf
- #32 - Add
rand
,srand
andrand_r
- #34 - Add
strspn
andstrcspn
- #23 - Add
strncasecmp
- #21 - Add signal API
- #19 - Add malloc/free API
- #14 - C function exports now gated by feature flags
- #11 - Switch to
core::ffi
types (requires Rust 1.64) - #10 - Add CI using Github Actions
- #7 - Add
strtoul
andstrcpy
- #8 - Add
abs
- #5 - Swap
i32
toCInt
instrchr
.
- #2 - Add
strncpy
- #1 - Add
strchr
- First release