Codebase list golang-github-creack-pty / 18b13035-d23b-4554-b492-e4c8d1fb2221/main ztypes_ppc64.go
18b13035-d23b-4554-b492-e4c8d1fb2221/main

Tree @18b13035-d23b-4554-b492-e4c8d1fb2221/main (Download .tar.gz)

ztypes_ppc64.go @18b13035-d23b-4554-b492-e4c8d1fb2221/mainraw · 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
)