Codebase list golang-github-creack-pty / 31367f7d-099a-4149-8315-dc3bdd939abb/upstream types.go
31367f7d-099a-4149-8315-dc3bdd939abb/upstream

Tree @31367f7d-099a-4149-8315-dc3bdd939abb/upstream (Download .tar.gz)

types.go @31367f7d-099a-4149-8315-dc3bdd939abb/upstreamraw · history · blame

//go:build ignore
//+build ignore

package pty

import "C"

type (
	_C_int  C.int
	_C_uint C.uint
)