Codebase list golang-github-creack-pty / debian/latest ztypes_s390x.go
debian/latest

Tree @debian/latest (Download .tar.gz)

ztypes_s390x.go @debian/latestraw · history · blame

//go:build s390x
// +build s390x

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

package pty

type (
	_C_int  int32
	_C_uint uint32
)