Codebase list golang-github-creack-pty / bullseye-backports/main ztypes_s390x.go
bullseye-backports/main

Tree @bullseye-backports/main (Download .tar.gz)

ztypes_s390x.go @bullseye-backports/mainraw · history · blame

//go:build s390x
//+build s390x

// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs types.go

package pty

type (
	_C_int  int32
	_C_uint uint32
)