Codebase list golang-github-creack-pty / e948deac-8238-4d94-bb92-5007172d943c/main ztypes_386.go
e948deac-8238-4d94-bb92-5007172d943c/main

Tree @e948deac-8238-4d94-bb92-5007172d943c/main (Download .tar.gz)

ztypes_386.go @e948deac-8238-4d94-bb92-5007172d943c/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
)