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

13 lines
182 B
Go

//go:build riscv || riscv64
// +build riscv riscv64
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs types.go
package pty
type (
_C_int int32
_C_uint uint32
)