github.com/dolfly/pty@v1.2.1/ztypes_ppc64.go (about)

     1  //go:build ppc64
     2  //+build ppc64
     3  
     4  // Created by cgo -godefs - DO NOT EDIT
     5  // cgo -godefs types.go
     6  
     7  package pty
     8  
     9  type (
    10  	_C_int  int32
    11  	_C_uint uint32
    12  )