Codebase list golang-github-creack-pty / fresh-snapshots/main types.go
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

types.go @fresh-snapshots/mainraw · history · blame

//go:build ignore
// +build ignore

package pty

import "C"

type (
	_C_int  C.int
	_C_uint C.uint
)