mirror of
https://github.com/creack/pty.git
synced 2026-03-31 10:37:09 +09:00
10 lines
118 B
Go
10 lines
118 B
Go
// Created by cgo -godefs - DO NOT EDIT
|
|
// cgo -godefs types.go
|
|
|
|
package pty
|
|
|
|
type (
|
|
_C_int int32
|
|
_C_uint uint32
|
|
)
|