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