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