Codebase list golang-pty / lintian-fixes/main ztypes_arm64.go
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

ztypes_arm64.go @lintian-fixes/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
)