Codebase list golang-github-creack-pty / 31367f7d-099a-4149-8315-dc3bdd939abb/main ztypes_386.go
31367f7d-099a-4149-8315-dc3bdd939abb/main

Tree @31367f7d-099a-4149-8315-dc3bdd939abb/main (Download .tar.gz)

ztypes_386.go @31367f7d-099a-4149-8315-dc3bdd939abb/mainraw · history · blame

//go:build 386
//+build 386

// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs types.go

package pty

type (
	_C_int  int32
	_C_uint uint32
)