DEBSOURCES
Skip Quicknav
sources / golang-github-jesseduffield-pty / 1.1.3%2Bgit20191112.07ed706-1 / types.go
12345678910
// +build ignore package pty import "C" type ( _C_int C.int _C_uint C.uint )