Codebase list golang-github-creack-pty / 1cabd139-f469-4198-970f-b462a4f18f71/main ztypes_s390x.go
1cabd139-f469-4198-970f-b462a4f18f71/main

Tree @1cabd139-f469-4198-970f-b462a4f18f71/main (Download .tar.gz)

ztypes_s390x.go @1cabd139-f469-4198-970f-b462a4f18f71/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
)