Codebase list golang-github-creack-pty / v1.1.5 types.go
v1.1.5

Tree @v1.1.5 (Download .tar.gz)

types.go @v1.1.5raw · history · blame

// +build ignore

package pty

import "C"

type (
	_C_int  C.int
	_C_uint C.uint
)