Files
creack.pty/ztypes_arm64.go
2015-05-11 13:47:10 -04:00

12 lines
135 B
Go

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