Codebase list golang-github-creack-pty / e948deac-8238-4d94-bb92-5007172d943c/upstream ztypes_s390x.go
e948deac-8238-4d94-bb92-5007172d943c/upstream

Tree @e948deac-8238-4d94-bb92-5007172d943c/upstream (Download .tar.gz)

ztypes_s390x.go @e948deac-8238-4d94-bb92-5007172d943c/upstreamraw · 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
)