Codebase list golang-github-creack-pty / b58a748b-a047-42cf-a679-b33593e4c57e/main ztypes_arm64.go
b58a748b-a047-42cf-a679-b33593e4c57e/main

Tree @b58a748b-a047-42cf-a679-b33593e4c57e/main (Download .tar.gz)

ztypes_arm64.go @b58a748b-a047-42cf-a679-b33593e4c57e/mainraw · 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
)