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