Codebase list golang-github-creack-pty / upstream/1.1.11 types.go
upstream/1.1.11

Tree @upstream/1.1.11 (Download .tar.gz)

types.go @upstream/1.1.11raw · history · blame

// +build ignore

package pty

import "C"

type (
	_C_int  C.int
	_C_uint C.uint
)