Codebase list golang-github-creack-pty / fresh-snapshots/main types_freebsd.go
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

types_freebsd.go @fresh-snapshots/mainraw · history · blame

//go:build ignore
// +build ignore

package pty

/*
#include <sys/param.h>
#include <sys/filio.h>
*/
import "C"

const (
	_C_SPECNAMELEN = C.SPECNAMELEN /* max length of devicename */
)

type fiodgnameArg C.struct_fiodgname_arg