Codebase list golang-github-creack-pty / v1.1.17 types_freebsd.go
v1.1.17

Tree @v1.1.17 (Download .tar.gz)

types_freebsd.go @v1.1.17raw · 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