Codebase list golang-github-creack-pty / v1.1.17 ztypes_loong64.go
v1.1.17

Tree @v1.1.17 (Download .tar.gz)

ztypes_loong64.go @v1.1.17raw · history · blame

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