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

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

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

// +build s390x

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

package pty

type (
	_C_int  int32
	_C_uint uint32
)