Codebase list golang-pty / upstream/1.0.0 ztypes_ppc64.go
upstream/1.0.0

Tree @upstream/1.0.0 (Download .tar.gz)

ztypes_ppc64.go @upstream/1.0.0raw · history · blame

// +build ppc64

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

package pty

type (
	_C_int  int32
	_C_uint uint32
)