Codebase list golang-github-creack-pty / ee9c2be5-fe94-44cf-9c7c-a1adf815887d/main types_openbsd.go
ee9c2be5-fe94-44cf-9c7c-a1adf815887d/main

Tree @ee9c2be5-fe94-44cf-9c7c-a1adf815887d/main (Download .tar.gz)

types_openbsd.go @ee9c2be5-fe94-44cf-9c7c-a1adf815887d/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