Codebase list golang-pty / dbb47f01-3adc-42d1-b997-cd228ca57531/main ztypes_ppc64le.go
dbb47f01-3adc-42d1-b997-cd228ca57531/main

Tree @dbb47f01-3adc-42d1-b997-cd228ca57531/main (Download .tar.gz)

ztypes_ppc64le.go @dbb47f01-3adc-42d1-b997-cd228ca57531/mainraw · history · blame

// +build ppc64le

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

package pty

type (
	_C_int  int32
	_C_uint uint32
)