Files
creack.pty/ztypes_ppc64.go
2014-11-21 10:59:21 +00:00

12 lines
135 B
Go

// +build ppc64
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs types.go
package pty
type (
_C_int int32
_C_uint uint32
)