Codebase list golang-github-creack-pty / 18b13035-d23b-4554-b492-e4c8d1fb2221/main types.go
18b13035-d23b-4554-b492-e4c8d1fb2221/main

Tree @18b13035-d23b-4554-b492-e4c8d1fb2221/main (Download .tar.gz)

types.go @18b13035-d23b-4554-b492-e4c8d1fb2221/mainraw · history · blame

//go:build ignore
//+build ignore

package pty

import "C"

type (
	_C_int  C.int
	_C_uint C.uint
)