Simplified standard library

This commit is contained in:
Eduard Urbach 2025-02-17 17:49:42 +01:00
parent b8e37fafae
commit b7685fd7ec
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
25 changed files with 232 additions and 231 deletions

7
lib/sys/struct_mac.q Normal file
View file

@ -0,0 +1,7 @@
struct sockaddr_in_bsd {
sin_len int8
sin_family int8
sin_port int16
sin_addr int64
sin_zero int64
}