Sign in
fuchsia
/
third_party
/
github.com
/
creack
/
pty
/
db8e3cd836b82e82e0a9c8edc6896967dd31374f
/
.
/
types.go
blob: 5aecb6bcdcb2ca1fde7ef97138a142e06eef5771 [
file
] [
log
] [
blame
]
// +build ignore
package pty
import "C"
type (
_C_int C.int
_C_uint C.uint
)