DEBSOURCES
Skip Quicknav
sources / golang-pty / 1.1.6-2 / types.go
12345678910
// +build ignore package pty import "C" type ( _C_int C.int _C_uint C.uint )