Codebase list golang-github-creack-pty / upstream/1.1.15 ztypes_ppc64.go
upstream/1.1.15

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

ztypes_ppc64.go @upstream/1.1.15raw · 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
)