Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions ztypes_mips64.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs types.go

package pty

type (
_C_int int32
_C_uint uint32
)
9 changes: 9 additions & 0 deletions ztypes_mips64le.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs types.go

package pty

type (
_C_int int32
_C_uint uint32
)