mirror of
https://github.com/creack/pty.git
synced 2026-04-01 02:57:06 +09:00
12 lines
100 B
Go
12 lines
100 B
Go
//go:build ignore
|
|
//+build ignore
|
|
|
|
package pty
|
|
|
|
import "C"
|
|
|
|
type (
|
|
_C_int C.int
|
|
_C_uint C.uint
|
|
)
|