mirror of
https://github.com/creack/pty.git
synced 2026-03-31 02:27:08 +09:00
13 lines
182 B
Go
13 lines
182 B
Go
//go:build sparc || sparc64
|
|
// +build sparc sparc64
|
|
|
|
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
|
|
// cgo -godefs types.go
|
|
|
|
package pty
|
|
|
|
type (
|
|
_C_int int32
|
|
_C_uint uint32
|
|
)
|