Documentation ¶
Index ¶
- Constants
- func Advance[PtrT any](ptr PtrT, offset int) PtrT
- func Exit(Int)
- func Index[T any, I integer](ptr *T, offset I) T
- func Qsort(base Pointer, count, elem uintptr, compar func(a, b Pointer) Int)
- func Time(*int32) int32
- func Unreachable()
- type Char
- type Double
- type FilePtr
- type Float
- type Int
- func Fprintf(fp FilePtr, format *Char, __llgo_va_list ...any) Int
- func Getopt(argc Int, argv **Char, optstring *Char) Int
- func GetoptLong(argc Int, argv **Char, optstring *Char, longopts *Option, longindex *Int) Int
- func GetoptLongOnly(argc Int, argv **Char, optstring *Char, longopts *Option, longindex *Int) Int
- func Printf(format *Char, __llgo_va_list ...any) Int
- func Rand() Int
- func Remove(path *Char) Int
- type Long
- type LongLong
- type Option
- type Pointer
- type Uint
- type Ulong
- type UlongLong
Constants ¶
View Source
const (
LLGoPackage = "decl"
)
Variables ¶
This section is empty.
Functions ¶
func Index ¶ added in v0.7.0
func Index[T any, I integer](ptr *T, offset I) T
llgo:link Index llgo.index
func Unreachable ¶
func Unreachable()
Types ¶
type Char ¶
type Char = int8
var Argv **Char
var Optarg *Char
func AllocaCStr ¶
func GoStringData ¶ added in v0.7.0
type Int ¶
var Argc Int
var Opterr Int
var Optind Int
var Optopt Int
func GetoptLong ¶ added in v0.7.0
func GetoptLongOnly ¶ added in v0.7.0
Click to show internal directories.
Click to hide internal directories.