github.com/dolfly/pty@v1.2.1/ztypes_s390x.go (about) 1 //go:build s390x 2 //+build s390x 3 4 // Created by cgo -godefs - DO NOT EDIT 5 // cgo -godefs types.go 6 7 package pty 8 9 type ( 10 _C_int int32 11 _C_uint uint32 12 )