Codebase list golang-github-creack-pty / 31367f7d-099a-4149-8315-dc3bdd939abb/main ztypes_ppc64le.go
31367f7d-099a-4149-8315-dc3bdd939abb/main

Tree @31367f7d-099a-4149-8315-dc3bdd939abb/main (Download .tar.gz)

ztypes_ppc64le.go @31367f7d-099a-4149-8315-dc3bdd939abb/mainraw · history · blame

//go:build ppc64le
//+build ppc64le

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

package pty

type (
	_C_int  int32
	_C_uint uint32
)