github.com/gotranspile/cxgo@v0.3.8-0.20240118201721-29871598a6a2/runtime/csys/time.go (about) 1 package csys 2 3 import ( 4 "unsafe" 5 6 "github.com/gotranspile/cxgo/runtime/libc" 7 ) 8 9 func GetTimeOfDay(t *libc.TimeVal, p unsafe.Pointer) int32 { 10 panic("TODO") 11 }