mirror of
https://github.com/creack/pty.git
synced 2026-03-31 18:47:10 +09:00
16 lines
186 B
Go
16 lines
186 B
Go
//go:build ignore
|
|
//+build ignore
|
|
|
|
package pty
|
|
|
|
/*
|
|
#include <sys/time.h>
|
|
#include <stdlib.h>
|
|
#include <sys/tty.h>
|
|
*/
|
|
import "C"
|
|
|
|
type ptmget C.struct_ptmget
|
|
|
|
var ioctl_PTMGET = C.PTMGET
|