Codebase list golang-github-creack-pty / debian/1.1.17-1 ztypes_ppc64le.go
debian/1.1.17-1

Tree @debian/1.1.17-1 (Download .tar.gz)

ztypes_ppc64le.go @debian/1.1.17-1raw · 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
)