Simplified standard library
This commit is contained in:
parent
b8e37fafae
commit
b7685fd7ec
25 changed files with 232 additions and 231 deletions
11
lib/sys/struct_linux.q
Normal file
11
lib/sys/struct_linux.q
Normal file
|
@ -0,0 +1,11 @@
|
|||
struct sockaddr_in {
|
||||
sin_family int16
|
||||
sin_port int16
|
||||
sin_addr int64
|
||||
sin_zero int64
|
||||
}
|
||||
|
||||
struct timespec {
|
||||
seconds int64
|
||||
nanoseconds int64
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue