xs/vendor/github.com/creack/pty/ztypes_loong64.go

13 lines
156 B
Go

//go:build loong64
// +build loong64
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs types.go
package pty
type (
_C_int int32
_C_uint uint32
)