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

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

ztypes_386.go @lintian-fixes/mainraw · 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
)