DEBSOURCES
Skip Quicknav
sources / golang-github-zyedidia-pty / 1.1.1%2Bgit20180126.3036466-3 / types.go
12345678910
// +build ignore package pty import "C" type ( _C_int C.int _C_uint C.uint )