world is a programming language created in 2011.
#4656on PLDB | 13Years Old |
timeval: struct [
slong sec
sint32 usec
] none
timezone: struct [
sint minuteswest
sint dsttime
] none
gettimeofday: routine [
[typecheck]
libc "gettimeofday" [
tp [struct!] pointer
tzp [struct!] pointer
]
sint
]