Codebase list golang-github-creack-pty / fresh-snapshots/main ztypes_amd64.go
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

ztypes_amd64.go @fresh-snapshots/mainraw · history · blame

//go:build amd64
// +build amd64

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

package pty

type (
	_C_int  int32
	_C_uint uint32
)