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