File: types.go

package info (click to toggle)
golang-pty 0.0~git20140315.1.67e2db2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 172 kB
  • ctags: 89
  • sloc: sh: 104; makefile: 8
file content (10 lines) | stat: -rw-r--r-- 83 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
// +build ignore

package pty

import "C"

type (
	_C_int  C.int
	_C_uint C.uint
)