mirror of
https://github.com/creack/pty.git
synced 2026-04-01 02:57:06 +09:00
12 lines
135 B
Go
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
|
|
)
|