Codebase list golang-pty / 371d7f64-f83c-46c3-894f-46c2f95e6b9b/main ztypes_arm64.go
371d7f64-f83c-46c3-894f-46c2f95e6b9b/main

Tree @371d7f64-f83c-46c3-894f-46c2f95e6b9b/main (Download .tar.gz)

ztypes_arm64.go @371d7f64-f83c-46c3-894f-46c2f95e6b9b/mainraw · history · blame

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

// +build arm64

package pty

type (
	_C_int  int32
	_C_uint uint32
)