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