Codebase list golang-github-creack-pty / debian/1.1.9-2 ztypes_386.go
debian/1.1.9-2

Tree @debian/1.1.9-2 (Download .tar.gz)

ztypes_386.go @debian/1.1.9-2raw · 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
)