Codebase list golang-github-creack-pty / v1.1.5 ztypes_arm64.go
v1.1.5

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

ztypes_arm64.go @v1.1.5raw · history · blame

// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs types.go

// +build arm64

package pty

type (
	_C_int  int32
	_C_uint uint32
)