Hi !
To manipulate ipv4 and ipv6 header, I'm searching the way to include netinet/ip.h and netinet/ip6.h. I tried to use cImport but I got opac type. Do I have to specified their path in my build.zig to be able to use them or cImport is limited to the glibc ?
Do I must use these libaries or I must implement myself a Zig version ?
Thx !