Versions in this module Expand all Collapse all v0 v0.2.0 Apr 8, 2025 v0.1.0 Apr 2, 2025 Changes in this version + const LLGoPackage + func Advance[PtrT any, I integer](ptr PtrT, offset I) PtrT + func AllocaNew[T any]() *T + func Exit(Int) + func Fread(data Pointer, size, count uintptr, fp FilePtr) uintptr + func Free(ptr Pointer) + func Fwrite(data Pointer, size, count uintptr, fp FilePtr) uintptr + func GoString(cstr *Char, __llgo_va_list ...any) string + func Index[T any, I integer](ptr *T, offset I) T + func Perror(s *Char) + func Qsort(base Pointer, count, elem uintptr, compar func(a, b Pointer) Int) + func Siglongjmp(jb Pointer, retval Int) + func Strlen(s *Char) uintptr + func Unreachable() + type Char = int8 + var Argv **Char + var Optarg *Char + func AllocaCStr(s string) *Char + func AllocaCStrs(strs []string, endWithNil bool) **Char + func GoStringData(string) *Char + func Str(string) *Char + func Strcat(dst, src *Char) *Char + func Strchr(s *Char, c Int) *Char + func Strcpy(dst, src *Char) *Char + func Strdup(s *Char) *Char + func Strerror(errnum Int) *Char + func Strncat(dst, src *Char, n uintptr) *Char + func Strncpy(dst, src *Char, n uintptr) *Char + func Strndup(s *Char, n uintptr) *Char + func Strrchr(s *Char, c Int) *Char + func Strstr(s1, s2 *Char) *Char + func Strtok(s, delim *Char) *Char + type Double = float64 + type FILE struct + Unused [8]byte + type FilePtr = *FILE + var Stderr FilePtr + var Stdin FilePtr + var Stdout FilePtr + func Fopen(c *Char, mod *Char) FilePtr + type Float = float32 + type IconvT = Pointer + type Int C.int + var Argc Int + var Opterr Int + var Optind Int + var Optopt Int + func Atoi(s *Char) Int + func Fclose(fp FilePtr) Int + func Fflush(fp FilePtr) Int + func Fprintf(fp FilePtr, format *Char, __llgo_va_list ...any) Int + func Fputc(c Int, fp FilePtr) Int + func Fputs(s *Char, fp FilePtr) 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 Memcmp(s1, s2 Pointer, n uintptr) Int + func Printf(format *Char, __llgo_va_list ...any) Int + func Rand() Int + func Sigsetjmp(jb Pointer, savemask Int) Int + func Snprintf(s *Char, n uintptr, format *Char, __llgo_va_list ...any) Int + func Sprintf(s *Char, format *Char, __llgo_va_list ...any) Int + func Strcmp(s1, s2 *Char) Int + func Strncmp(s1, s2 *Char, n uintptr) Int + func Usleep(useconds Uint) Int + func Vsnprintf(s *Char, n uintptr, format *Char, ap Pointer) Int + type Int16T = int16 + type Int32T = int32 + type Int64T = int64 + type Int8T = int8 + type IntmaxT = LongLong + type IntptrT = uintptr + type LocaleT = Pointer + type Long C.long + func Sysconf(name Int) Long + type LongLong C.longlong + type Option struct + Flag *Int + HasArg Int + Name *Char + Val Int + type Pointer = unsafe.Pointer + func Alloca(size uintptr) Pointer + func AllocaSigjmpBuf() Pointer + func Calloc(num uintptr, size uintptr) Pointer + func Func(any) Pointer + func GoDeferData() Pointer + func Malloc(size uintptr) Pointer + func Memchr(s Pointer, c Int, n uintptr) Pointer + func Memcpy(dst, src Pointer, n uintptr) Pointer + func Memmove(dst, src Pointer, n uintptr) Pointer + func Memset(s Pointer, c Int, n uintptr) Pointer + func Realloc(ptr Pointer, size uintptr) Pointer + type SizeT = uintptr + type SsizeT = Long + type Uint C.uint + type Uint16T = uint16 + type Uint32T = uint32 + type Uint64T = uint64 + type Uint8T = uint8 + type UintmaxT = UlongLong + type UintptrT = uintptr + type Ulong C.ulong + type UlongLong C.ulonglong + type VaList = Pointer + type Void = [0]byte