I believe this mostly addresses #20, although a couple functions are not present in libc for BSD systems, so I just kept the manually specified declarations.
Yes, this was exactly what I was looking for! Thank you. I’m not sure why those functions aren’t in BSD libc, but it’s better to leave the declarations in than take the features out.
I believe this mostly addresses #20, although a couple functions are not present in
libc
for BSD systems, so I just kept the manually specified declarations.