Codebase list golang-github-creack-pty / v1.1.0 ztypes_s390x.go
v1.1.0

Tree @v1.1.0 (Download .tar.gz)

ztypes_s390x.go @v1.1.0raw · history · blame

// +build s390x

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

package pty

type (
	_C_int  int32
	_C_uint uint32
)