require "./types" require "./time" require "../time" require "../signal" lib LibC struct FdSet __nfds : SizeT __fds : StaticArray(Int, 1024) end fun select(x0 : Int, x1 : FdSet*, x2 : FdSet*, x3 : FdSet*, x4 : Timeval*) : Int end