Codebase list golang-pty / lintian-fixes/main ztypes_ppc64.go
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

ztypes_ppc64.go @lintian-fixes/mainraw · history · blame

// +build ppc64

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

package pty

type (
	_C_int  int32
	_C_uint uint32
)