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

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

types_freebsd.go @v1.0.1raw · history · blame

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