Codebase list golang-pty / 8dd5c9d
Merge pull request #31 from hqhq/hq_add_arm64_support Add support for ARM64 Guillaume J. Charmes 8 years ago
1 changed file(s) with 9 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 // Created by cgo -godefs - DO NOT EDIT
1 // cgo -godefs types.go
2
3 package pty
4
5 type (
6 _C_int int32
7 _C_uint uint32
8 )