Codebase list golang-pty / upstream/1.1.6 ztypes_amd64.go
upstream/1.1.6

Tree @upstream/1.1.6 (Download .tar.gz)

ztypes_amd64.go @upstream/1.1.6raw · history · blame

1
2
3
4
5
6
7
8
9
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs types.go

package pty

type (
	_C_int  int32
	_C_uint uint32
)