Codebase list golang-github-creack-pty / a9758ce7-7750-4d2a-9779-fee6d664fbf1/upstream ztypes_ppc64.go
a9758ce7-7750-4d2a-9779-fee6d664fbf1/upstream

Tree @a9758ce7-7750-4d2a-9779-fee6d664fbf1/upstream (Download .tar.gz)

ztypes_ppc64.go @a9758ce7-7750-4d2a-9779-fee6d664fbf1/upstreamraw · history · blame

//go:build ppc64
//+build ppc64

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

package pty

type (
	_C_int  int32
	_C_uint uint32
)