1 2 3 4 5 6 7 8
package std type ( // Uint is equivalent to C.uint. Uint uint32 // Int is equivalent to C.int. Int int32 )