github.com/dolfly/pty@v1.2.1/ztypes_amd64.go (about) 1 //go:build amd64 2 //+build amd64 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 )