Simplified standard library
This commit is contained in:
7
lib/sys/struct_mac.q
Normal file
7
lib/sys/struct_mac.q
Normal file
@ -0,0 +1,7 @@
|
||||
struct sockaddr_in_bsd {
|
||||
sin_len int8
|
||||
sin_family int8
|
||||
sin_port int16
|
||||
sin_addr int64
|
||||
sin_zero int64
|
||||
}
|
Reference in New Issue
Block a user