Implemented struct parser
This commit is contained in:
parent
00e7216256
commit
30940f0100
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