Codebase list golang-github-creack-pty / 4246e3d7-c5ff-486c-b6f4-fe96dd793a70/main ztypes_amd64.go
4246e3d7-c5ff-486c-b6f4-fe96dd793a70/main

Tree @4246e3d7-c5ff-486c-b6f4-fe96dd793a70/main (Download .tar.gz)

ztypes_amd64.go @4246e3d7-c5ff-486c-b6f4-fe96dd793a70/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
)