Codebase list golang-github-creack-pty / b58a748b-a047-42cf-a679-b33593e4c57e/main ztypes_ppc64le.go
b58a748b-a047-42cf-a679-b33593e4c57e/main

Tree @b58a748b-a047-42cf-a679-b33593e4c57e/main (Download .tar.gz)

ztypes_ppc64le.go @b58a748b-a047-42cf-a679-b33593e4c57e/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
)