blob: 6b91d32d35b8020b1bef374280a52e3af58a70fa [file] [log] [blame]
//go:build ignore
// +build ignore
package pty
import "C"
type (
_C_int C.int
_C_uint C.uint
)