Codebase list golang-github-creack-pty / fresh-snapshots/main ztypes_riscvx.go
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

ztypes_riscvx.go @fresh-snapshots/mainraw · 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
)