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