Codebase list golang-pty / debian/1.1.3-1 types_openbsd.go
debian/1.1.3-1

Tree @debian/1.1.3-1 (Download .tar.gz)

types_openbsd.go @debian/1.1.3-1raw · history · blame

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