A variety of commonly used types from
stddef.h
for ZZ
Add this to your zz.toml
file:
[dependencies]
types = "*"
[repos]
types = "git://github.com/zzmodules/types"
using types::{
double,
float,
long,
size_t,
ssize_t,
off_t,
time_t,
}
MIT