Codebase list golang-github-creack-pty / 6f6669a8-ed8a-4fa4-b78b-3363bd1fa181/upstream ztypes_ppc64.go
6f6669a8-ed8a-4fa4-b78b-3363bd1fa181/upstream

Tree @6f6669a8-ed8a-4fa4-b78b-3363bd1fa181/upstream (Download .tar.gz)

ztypes_ppc64.go @6f6669a8-ed8a-4fa4-b78b-3363bd1fa181/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
)