blob: 5aecb6bcdcb2ca1fde7ef97138a142e06eef5771 [file]
// +build ignore
package pty
import "C"
type (
_C_int C.int
_C_uint C.uint
)