Codebase list golang-pty / upstream/0.0_git20151007.0.f7ee69f types.go
upstream/0.0_git20151007.0.f7ee69f

Tree @upstream/0.0_git20151007.0.f7ee69f (Download .tar.gz)

types.go @upstream/0.0_git20151007.0.f7ee69fraw · history · blame

// +build ignore

package pty

import "C"

type (
	_C_int  C.int
	_C_uint C.uint
)