Implemented struct parser
This commit is contained in:
parent
fc1b970f7f
commit
51e3c1ba0e
19 changed files with 388 additions and 252 deletions
4
lib/time/timespec.q
Normal file
4
lib/time/timespec.q
Normal file
|
@ -0,0 +1,4 @@
|
|||
struct timespec {
|
||||
seconds Int
|
||||
nanoseconds Int
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue