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