github.com/dolfly/pty@v1.2.1/types.go (about) 1 //go:build ignore 2 //+build ignore 3 4 package pty 5 6 import "C" 7 8 type ( 9 _C_int C.int 10 _C_uint C.uint 11 )