Codebase list golang-github-creack-pty / e58525f8-02b1-4047-be3a-5a1436a12472/upstream/1.1.18+git20220421.1.0d412c9 ztypes_riscvx.go
e58525f8-02b1-4047-be3a-5a1436a12472/upstream/1.1.18+git20220421.1.0d412c9

Tree @e58525f8-02b1-4047-be3a-5a1436a12472/upstream/1.1.18+git20220421.1.0d412c9 (Download .tar.gz)

ztypes_riscvx.go @e58525f8-02b1-4047-be3a-5a1436a12472/upstream/1.1.18+git20220421.1.0d412c9raw · history · blame

//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
)