Codebase list golang-github-creack-pty / aeb9896a-b063-45c7-b7b7-43694bef130d/main ztypes_s390x.go
aeb9896a-b063-45c7-b7b7-43694bef130d/main

Tree @aeb9896a-b063-45c7-b7b7-43694bef130d/main (Download .tar.gz)

ztypes_s390x.go @aeb9896a-b063-45c7-b7b7-43694bef130d/mainraw · 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
)