Sign in
chromium
/
external
/
github.com
/
kr
/
pty
/
refs/tags/v1.1.5
/
.
/
types.go
blob: 5aecb6bcdcb2ca1fde7ef97138a142e06eef5771 [
file
]
// +build ignore
package pty
import "C"
type (
_C_int C.int
_C_uint C.uint
)