Codebase list golang-pty / debian/latest ztypes_386.go
debian/latest

Tree @debian/latest (Download .tar.gz)

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