DEBSOURCES
Skip Quicknav
sources / golang-github-creack-pty / 1.1.21-1 / types.go
1234567891011
//go:build ignore // +build ignore package pty import "C" type ( _C_int C.int _C_uint C.uint )