Implemented struct parser
This commit is contained in:
4
lib/time/timespec.q
Normal file
4
lib/time/timespec.q
Normal file
@ -0,0 +1,4 @@
|
||||
struct timespec {
|
||||
seconds Int
|
||||
nanoseconds Int
|
||||
}
|
Reference in New Issue
Block a user