include/_types: add Uint8T, Uint16T, Uint32T, Uint64T, IntmaxT, UintmaxT
This commit is contained in:
8
c/c.go
8
c/c.go
@@ -64,6 +64,14 @@ type Int16T = int16
|
|||||||
type Int32T = int32
|
type Int32T = int32
|
||||||
type Int64T = int64
|
type Int64T = int64
|
||||||
|
|
||||||
|
type Uint8T = uint8
|
||||||
|
type Uint16T = uint16
|
||||||
|
type Uint32T = uint32
|
||||||
|
type Uint64T = uint64
|
||||||
|
|
||||||
|
type IntmaxT = LongLong
|
||||||
|
type UintmaxT = UlongLong
|
||||||
|
|
||||||
//go:linkname Str llgo.cstr
|
//go:linkname Str llgo.cstr
|
||||||
func Str(string) *Char
|
func Str(string) *Char
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user