Codebase list golang-github-creack-pty / debian/1.1.15-1 ztypes_arm64.go
debian/1.1.15-1

Tree @debian/1.1.15-1 (Download .tar.gz)

ztypes_arm64.go @debian/1.1.15-1raw · history · blame

//go:build arm64
//+build arm64

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

package pty

type (
	_C_int  int32
	_C_uint uint32
)