require "./types" require "./time" require "../time" require "../signal" lib LibC struct FdSet fds_bits : StaticArray(UInt32T, 8) end fun select(x0 : Int, x1 : FdSet*, x2 : FdSet*, x3 : FdSet*, x4 : Timeval*) : Int end