Codebase list golang-github-creack-pty / e1e43ff0-0b50-4715-b7e7-8c0b5a1cb461/main types_openbsd.go
e1e43ff0-0b50-4715-b7e7-8c0b5a1cb461/main

Tree @e1e43ff0-0b50-4715-b7e7-8c0b5a1cb461/main (Download .tar.gz)

types_openbsd.go @e1e43ff0-0b50-4715-b7e7-8c0b5a1cb461/mainraw · history · blame

//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