libc

package module
v0.3.15 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

README

libc - Porting libc from C to Go

Build Status Go Report Card GitHub release Coverage Status GoDoc Language Interpreter

This is a subproject of the c2go project.

What's our plan?

Documentation

Index

Constants

View Source
const (
	P_ALL   int32 = int32(0)
	P_PID   int32 = int32(1)
	P_PGID  int32 = int32(2)
	P_PIDFD int32 = int32(3)
)
View Source
const (
	Val_GNU_MIPS_ABI_FP_ANY    int32 = int32(0)
	Val_GNU_MIPS_ABI_FP_DOUBLE int32 = int32(1)
	Val_GNU_MIPS_ABI_FP_SINGLE int32 = int32(2)
	Val_GNU_MIPS_ABI_FP_SOFT   int32 = int32(3)
	Val_GNU_MIPS_ABI_FP_OLD_64 int32 = int32(4)
	Val_GNU_MIPS_ABI_FP_XX     int32 = int32(5)
	Val_GNU_MIPS_ABI_FP_64     int32 = int32(6)
	Val_GNU_MIPS_ABI_FP_64A    int32 = int32(7)
	Val_GNU_MIPS_ABI_FP_MAX    int32 = int32(7)
)
View Source
const (
	BARE     int32 = 0
	LPRE     int32 = 1
	LLPRE    int32 = 2
	HPRE     int32 = 3
	HHPRE    int32 = 4
	BIGLPRE  int32 = 5
	ZTPRE    int32 = 6
	JPRE     int32 = 7
	STOP     int32 = 8
	PTR      int32 = 9
	INT      int32 = 10
	UINT     int32 = 11
	ULLONG   int32 = 12
	LONG     int32 = 13
	ULONG    int32 = 14
	SHORT    int32 = 15
	USHORT   int32 = 16
	CHAR     int32 = 17
	UCHAR    int32 = 18
	LLONG    int32 = 19
	SIZET    int32 = 20
	IMAX     int32 = 21
	UMAX     int32 = 22
	PDIFF    int32 = 23
	UIPTR    int32 = 24
	DBL      int32 = 25
	LDBL     int32 = 26
	NOARG    int32 = 27
	MAXSTATE int32 = 28
)

Variables

View Source
var X__environ **int8 = nil

Functions

func A64l added in v0.3.12

func A64l(s *int8) int64

func Abort added in v0.3.0

func Abort()

func Acos added in v0.3.11

func Acos(x float64) float64

func Acosf added in v0.3.11

func Acosf(x float32) float32

func Acosh added in v0.3.11

func Acosh(x float64) float64

func Acoshf added in v0.3.11

func Acoshf(x float32) float32

func Acoshl added in v0.3.11

func Acoshl(x float64) float64

func Acosl added in v0.3.11

func Acosl(x float64) float64

func Asin added in v0.3.11

func Asin(x float64) float64

func Asinf added in v0.3.11

func Asinf(x float32) float32

func Asinh added in v0.3.11

func Asinh(x float64) float64

func Asinhf added in v0.3.11

func Asinhf(x float32) float32

func Asinhl added in v0.3.11

func Asinhl(x float64) float64

func Asinl added in v0.3.11

func Asinl(x float64) float64

func Asprintf added in v0.3.11

func Asprintf(s **int8, fmt *int8, __cgo_args ...interface {
}) int32

func Atan added in v0.3.11

func Atan(x float64) float64

func Atan2 added in v0.3.11

func Atan2(y float64, x float64) float64

func Atan2f added in v0.3.11

func Atan2f(y float32, x float32) float32

func Atan2l added in v0.3.11

func Atan2l(y float64, x float64) float64

func Atanf added in v0.3.11

func Atanf(x float32) float32

func Atanh added in v0.3.11

func Atanh(x float64) float64

func Atanhf added in v0.3.11

func Atanhf(x float32) float32

func Atanhl added in v0.3.11

func Atanhl(x float64) float64

func Atanl added in v0.3.11

func Atanl(x float64) float64

func Basename added in v0.3.12

func Basename(s *int8) *int8

func Calloc added in v0.3.1

func Calloc(size, n uint64) unsafe.Pointer

func Cbrt added in v0.3.11

func Cbrt(x float64) float64

func Cbrtf added in v0.3.11

func Cbrtf(x float32) float32

func Cbrtl added in v0.3.11

func Cbrtl(x float64) float64

func Ceil added in v0.3.11

func Ceil(x float64) float64

func Ceilf added in v0.3.11

func Ceilf(x float32) float32

func Ceill added in v0.3.11

func Ceill(x float64) float64

func Clearenv added in v0.3.15

func Clearenv() int32

func Clearerr added in v0.3.11

func Clearerr(f *Struct__IO_FILE)

func Close added in v0.3.12

func Close(fd int32) int32

func Copysign added in v0.3.11

func Copysign(x float64, y float64) float64

func Copysignf added in v0.3.11

func Copysignf(x float32, y float32) float32

func Copysignl added in v0.3.11

func Copysignl(x float64, y float64) float64

func Cos added in v0.3.11

func Cos(x float64) float64

func Cosf added in v0.3.11

func Cosf(x float32) float32

func Cosh added in v0.3.11

func Cosh(x float64) float64

func Coshf added in v0.3.11

func Coshf(x float32) float32

func Coshl added in v0.3.11

func Coshl(x float64) float64

func Cosl added in v0.3.11

func Cosl(x float64) float64

func Ctermid added in v0.3.12

func Ctermid(s *int8) *int8

func Dirname added in v0.3.15

func Dirname(s *int8) *int8

func Dprintf added in v0.3.11

func Dprintf(fd int32, fmt *int8, __cgo_args ...interface {
}) int32

func Drand48 added in v0.3.11

func Drand48() float64

func Dup2 added in v0.3.12

func Dup2(old int32, new int32) int32

func Erand48 added in v0.3.11

func Erand48(s *uint16) float64

func Erf added in v0.3.11

func Erf(x float64) float64

func Erfc added in v0.3.11

func Erfc(x float64) float64

func Erfcf added in v0.3.11

func Erfcf(x float32) float32

func Erfcl added in v0.3.11

func Erfcl(x float64) float64

func Erff added in v0.3.11

func Erff(x float32) float32

func Erfl added in v0.3.11

func Erfl(x float64) float64

func Execl added in v0.3.12

func Execl(path *int8, argv0 *int8, __cgo_args ...interface {
}) int32

func Exp added in v0.3.11

func Exp(x float64) float64

func Exp10 added in v0.3.11

func Exp10(x float64) float64

func Exp10f added in v0.3.11

func Exp10f(x float32) float32

func Exp10l added in v0.3.11

func Exp10l(x float64) float64

func Exp2 added in v0.3.11

func Exp2(x float64) float64

func Exp2f added in v0.3.11

func Exp2f(x float32) float32

func Exp2l added in v0.3.11

func Exp2l(x float64) float64

func Expf added in v0.3.11

func Expf(x float32) float32

func Expl added in v0.3.11

func Expl(x float64) float64

func Explicit_bzero added in v0.3.11

func Explicit_bzero(d unsafe.Pointer, n uint64)

func Expm1 added in v0.3.11

func Expm1(x float64) float64

func Expm1f added in v0.3.11

func Expm1f(x float32) float32

func Expm1l added in v0.3.11

func Expm1l(x float64) float64

func Fabs added in v0.3.11

func Fabs(x float64) float64

func Fabsf added in v0.3.11

func Fabsf(x float32) float32

func Fabsl added in v0.3.11

func Fabsl(x float64) float64

func Fclose added in v0.3.11

func Fclose(f *Struct__IO_FILE) int32

func Fdim added in v0.3.11

func Fdim(x float64, y float64) float64

func Fdimf added in v0.3.11

func Fdimf(x float32, y float32) float32

func Fdiml added in v0.3.11

func Fdiml(x float64, y float64) float64

func Feclearexcept added in v0.3.11

func Feclearexcept(mask int32) int32

func Fegetenv added in v0.3.11

func Fegetenv(envp *_cgoa_1_fmaf) int32

func Fegetround added in v0.3.11

func Fegetround() int32

func Feof added in v0.3.11

func Feof(f *Struct__IO_FILE) int32

func Feraiseexcept added in v0.3.11

func Feraiseexcept(mask int32) int32

func Ferror added in v0.3.11

func Ferror(f *Struct__IO_FILE) int32

func Fesetenv added in v0.3.11

func Fesetenv(envp *_cgoa_1_fmaf) int32

func Fesetround added in v0.3.11

func Fesetround(r int32) int32

func Fetestexcept added in v0.3.11

func Fetestexcept(mask int32) int32

func Fflush added in v0.3.11

func Fflush(f *Struct__IO_FILE) int32

func Fgetc added in v0.3.11

func Fgetc(f *Struct__IO_FILE) int32

func Fgetln added in v0.3.11

func Fgetln(f *Struct__IO_FILE, plen *uint64) *int8

func Fgetpos added in v0.3.11

func Fgetpos(f *Struct__IO_FILE, pos *Union__G_fpos64_t) int32

func Fgets added in v0.3.11

func Fgets(s *int8, n int32, f *Struct__IO_FILE) *int8

func Fileno added in v0.3.11

func Fileno(f *Struct__IO_FILE) int32

func Finite added in v0.3.11

func Finite(x float64) int32

func Finitef added in v0.3.11

func Finitef(x float32) int32

func Flockfile added in v0.3.11

func Flockfile(f *Struct__IO_FILE)

func Floor added in v0.3.11

func Floor(x float64) float64

func Floorf added in v0.3.11

func Floorf(x float32) float32

func Floorl added in v0.3.11

func Floorl(x float64) float64

func Fma added in v0.3.11

func Fma(x float64, y float64, z float64) float64

func Fmaf added in v0.3.11

func Fmaf(x float32, y float32, z float32) float32

func Fmal added in v0.3.11

func Fmal(x float64, y float64, z float64) float64

func Fmax added in v0.3.11

func Fmax(x float64, y float64) float64

func Fmaxf added in v0.3.11

func Fmaxf(x float32, y float32) float32

func Fmaxl added in v0.3.11

func Fmaxl(x float64, y float64) float64

func Fmin added in v0.3.11

func Fmin(x float64, y float64) float64

func Fminf added in v0.3.11

func Fminf(x float32, y float32) float32

func Fminl added in v0.3.11

func Fminl(x float64, y float64) float64

func Fmod added in v0.3.11

func Fmod(x float64, y float64) float64

func Fmodf added in v0.3.11

func Fmodf(x float32, y float32) float32

func Fmodl added in v0.3.11

func Fmodl(x float64, y float64) float64

func Fork added in v0.3.12

func Fork() int32

func Fprintf added in v0.2.0

func Fprintf(f *Struct__IO_FILE, fmt *int8, __cgo_args ...interface {
}) int32

func Fputc added in v0.3.11

func Fputc(c int32, f *Struct__IO_FILE) int32

func Fputs added in v0.3.11

func Fputs(s *int8, f *Struct__IO_FILE) int32

func Fread added in v0.3.11

func Fread(destv unsafe.Pointer, size uint64, nmemb uint64, f *Struct__IO_FILE) uint64

func Free added in v0.3.1

func Free(p unsafe.Pointer)

func Frexp added in v0.2.0

func Frexp(x float64, e *int32) float64

func Frexpf added in v0.3.11

func Frexpf(x float32, e *int32) float32

func Frexpl added in v0.2.0

func Frexpl(x float64, e *int32) float64

func Fscanf added in v0.3.11

func Fscanf(f *Struct__IO_FILE, fmt *int8, __cgo_args ...interface {
}) int32

func Fseek added in v0.3.11

func Fseek(f *Struct__IO_FILE, off int64, whence int32) int32

func Fsetpos added in v0.3.11

func Fsetpos(f *Struct__IO_FILE, pos *Union__G_fpos64_t) int32

func Ftell added in v0.3.11

func Ftell(f *Struct__IO_FILE) int64

func Ftrylockfile added in v0.3.11

func Ftrylockfile(*Struct__IO_FILE) int32

func Funlockfile added in v0.3.11

func Funlockfile(f *Struct__IO_FILE)

func Fwrite added in v0.2.0

func Fwrite(src unsafe.Pointer, size uint64, nmemb uint64, f *Struct__IO_FILE) uint64

func Getc added in v0.3.11

func Getc(f *Struct__IO_FILE) int32

func Getc_unlocked added in v0.3.11

func Getc_unlocked(f *Struct__IO_FILE) int32

func Getchar added in v0.3.11

func Getchar() int32

func Getchar_unlocked added in v0.3.11

func Getchar_unlocked() int32

func Getcwd added in v0.3.12

func Getcwd(buf *int8, size uint64) *int8

func Getdelim added in v0.3.11

func Getdelim(s **int8, n *uint64, delim int32, f *Struct__IO_FILE) int64

func Getenv added in v0.2.0

func Getenv(name *int8) *int8

func Getline added in v0.3.11

func Getline(s **int8, n *uint64, f *Struct__IO_FILE) int64

func Getlogin added in v0.3.12

func Getlogin() *int8

func Getpid added in v0.3.12

func Getpid() int32

func Getsubopt added in v0.3.12

func Getsubopt(opt **int8, keys **int8, val **int8) int32

func Getw added in v0.3.11

func Getw(f *Struct__IO_FILE) int32

func Grantpt added in v0.3.12

func Grantpt(fd int32) int32

func Hypot added in v0.3.11

func Hypot(x float64, y float64) float64

func Hypotf added in v0.3.11

func Hypotf(x float32, y float32) float32

func Hypotl added in v0.3.11

func Hypotl(x float64, y float64) float64

func Ilogb added in v0.3.11

func Ilogb(x float64) int32

func Ilogbf added in v0.3.11

func Ilogbf(x float32) int32

func Ilogbl added in v0.3.11

func Ilogbl(x float64) int32

func Initstate added in v0.3.11

func Initstate(seed uint32, state *int8, size uint64) *int8

func Ioctl added in v0.3.12

func Ioctl(fd int32, req int32, __cgo_args ...interface {
}) int32

func Isalnum added in v0.3.11

func Isalnum(c int32) int32

func Isalpha added in v0.3.11

func Isalpha(c int32) int32

func Isascii added in v0.3.11

func Isascii(c int32) int32

func Isblank added in v0.3.11

func Isblank(c int32) int32

func Iscntrl added in v0.3.11

func Iscntrl(c int32) int32

func Isdigit added in v0.2.0

func Isdigit(c int32) int32

func Isgraph added in v0.3.11

func Isgraph(c int32) int32

func Islower added in v0.3.11

func Islower(c int32) int32

func Isprint added in v0.3.11

func Isprint(c int32) int32

func Ispunct added in v0.3.11

func Ispunct(c int32) int32

func Isspace added in v0.3.11

func Isspace(c int32) int32

func Isupper added in v0.3.11

func Isupper(c int32) int32

func Isxdigit added in v0.3.11

func Isxdigit(c int32) int32

func J0 added in v0.3.11

func J0(x float64) float64

func J0f added in v0.3.11

func J0f(x float32) float32

func J1 added in v0.3.11

func J1(x float64) float64

func J1f added in v0.3.11

func J1f(x float32) float32

func Jn added in v0.3.11

func Jn(n int32, x float64) float64

func Jnf added in v0.3.11

func Jnf(n int32, x float32) float32

func Jrand48 added in v0.3.11

func Jrand48(s *uint16) int64

func L64a added in v0.3.12

func L64a(x0 int64) *int8

func Lcong48 added in v0.3.11

func Lcong48(p *uint16)

func Ldexp added in v0.3.11

func Ldexp(x float64, n int32) float64

func Ldexpf added in v0.3.11

func Ldexpf(x float32, n int32) float32

func Ldexpl added in v0.3.11

func Ldexpl(x float64, n int32) float64

func Lgamma added in v0.3.11

func Lgamma(x float64) float64

func Lgammaf added in v0.3.11

func Lgammaf(x float32) float32

func Lgammal added in v0.3.11

func Lgammal(x float64) float64

func Llrint added in v0.3.11

func Llrint(x float64) int64

func Llrintf added in v0.3.11

func Llrintf(x float32) int64

func Llrintl added in v0.3.11

func Llrintl(x float64) int64

func Llround added in v0.3.11

func Llround(x float64) int64

func Llroundf added in v0.3.11

func Llroundf(x float32) int64

func Llroundl added in v0.3.11

func Llroundl(x float64) int64

func Log added in v0.3.11

func Log(x float64) float64

func Log10 added in v0.3.11

func Log10(x float64) float64

func Log10f added in v0.3.11

func Log10f(x float32) float32

func Log10l added in v0.3.11

func Log10l(x float64) float64

func Log1p added in v0.3.11

func Log1p(x float64) float64

func Log1pf added in v0.3.11

func Log1pf(x float32) float32

func Log1pl added in v0.3.11

func Log1pl(x float64) float64

func Log2 added in v0.3.11

func Log2(x float64) float64

func Log2f added in v0.3.11

func Log2f(x float32) float32

func Log2l added in v0.3.11

func Log2l(x float64) float64

func Logb added in v0.3.11

func Logb(x float64) float64

func Logbf added in v0.3.11

func Logbf(x float32) float32

func Logbl added in v0.3.11

func Logbl(x float64) float64

func Logf added in v0.3.11

func Logf(x float32) float32

func Logl added in v0.3.11

func Logl(x float64) float64

func Lrand48 added in v0.3.11

func Lrand48() int64

func Lrint added in v0.3.11

func Lrint(x float64) int64

func Lrintf added in v0.3.11

func Lrintf(x float32) int64

func Lrintl added in v0.3.11

func Lrintl(x float64) int64

func Lround added in v0.3.11

func Lround(x float64) int64

func Lroundf added in v0.3.11

func Lroundf(x float32) int64

func Lroundl added in v0.3.11

func Lroundl(x float64) int64

func Malloc added in v0.3.1

func Malloc(size uint64) unsafe.Pointer

func Mblen added in v0.3.12

func Mblen(*int8, uint64) int32

func Mbtowc added in v0.3.11

func Mbtowc(*uint32, *int8, uint64) int32

func Memccpy added in v0.3.11

func Memccpy(dest unsafe.Pointer, src unsafe.Pointer, c int32, n uint64) unsafe.Pointer

func Memchr added in v0.2.0

func Memchr(src unsafe.Pointer, c int32, n uint64) unsafe.Pointer

func Memcmp added in v0.3.0

func Memcmp(vl unsafe.Pointer, vr unsafe.Pointer, n uint64) int32

func Memcpy added in v0.2.0

func Memcpy(dest unsafe.Pointer, src unsafe.Pointer, n uint64) unsafe.Pointer

func Memmem added in v0.3.11

func Memmem(h0 unsafe.Pointer, k uint64, n0 unsafe.Pointer, l uint64) unsafe.Pointer

func Memmove added in v0.3.11

func Memmove(dest unsafe.Pointer, src unsafe.Pointer, n uint64) unsafe.Pointer

func Mempcpy added in v0.3.11

func Mempcpy(dest unsafe.Pointer, src unsafe.Pointer, n uint64) unsafe.Pointer

func Memrchr added in v0.3.0

func Memrchr(m unsafe.Pointer, c int32, n uint64) unsafe.Pointer

func Memset added in v0.2.0

func Memset(dest unsafe.Pointer, c int32, n uint64) unsafe.Pointer

func Modf added in v0.3.11

func Modf(x float64, iptr *float64) float64

func Modff added in v0.3.11

func Modff(x float32, iptr *float32) float32

func Modfl added in v0.3.11

func Modfl(x float64, iptr *float64) float64

func Mrand48 added in v0.3.11

func Mrand48() int64

func Nan added in v0.3.11

func Nan(s *int8) float64

func Nanf added in v0.3.11

func Nanf(s *int8) float32

func Nanl added in v0.3.11

func Nanl(s *int8) float64

func Nearbyint added in v0.3.11

func Nearbyint(x float64) float64

func Nearbyintf added in v0.3.11

func Nearbyintf(x float32) float32

func Nearbyintl added in v0.3.11

func Nearbyintl(x float64) float64

func Nextafter added in v0.3.11

func Nextafter(x float64, y float64) float64

func Nextafterf added in v0.3.11

func Nextafterf(x float32, y float32) float32

func Nextafterl added in v0.3.11

func Nextafterl(x float64, y float64) float64

func Nexttoward added in v0.3.11

func Nexttoward(x float64, y float64) float64

func Nexttowardf added in v0.3.11

func Nexttowardf(x float32, y float64) float32

func Nexttowardl added in v0.3.11

func Nexttowardl(x float64, y float64) float64

func Nrand48 added in v0.3.11

func Nrand48(s *uint16) int64

func Pclose added in v0.3.11

func Pclose(f *Struct__IO_FILE) int32

func Perror added in v0.3.11

func Perror(msg *int8)

func Pipe added in v0.3.12

func Pipe(fd *int32) int32

func Pipe2 added in v0.3.12

func Pipe2(fd *int32, flag int32) int32

func Posix_openpt added in v0.3.12

func Posix_openpt(flags int32) int32

func Pow added in v0.3.11

func Pow(x float64, y float64) float64

func Powf added in v0.3.11

func Powf(x float32, y float32) float32

func Powl added in v0.3.11

func Powl(x float64, y float64) float64

func Printf

func Printf(fmt *int8, __cgo_args ...interface {
}) int32

func Ptsname added in v0.3.12

func Ptsname(fd int32) *int8

func Putc added in v0.3.11

func Putc(c int32, f *Struct__IO_FILE) int32

func Putc_unlocked added in v0.3.11

func Putc_unlocked(c int32, f *Struct__IO_FILE) int32

func Putchar added in v0.3.11

func Putchar(c int32) int32

func Putchar_unlocked added in v0.3.11

func Putchar_unlocked(c int32) int32

func Putenv added in v0.3.15

func Putenv(s *int8) int32

func Putw added in v0.3.11

func Putw(x int32, f *Struct__IO_FILE) int32

func Qsort added in v0.3.1

func Qsort(base unsafe.Pointer, nel uint64, width uint64, cmp func(unsafe.Pointer, unsafe.Pointer) int32)

func Rand added in v0.3.11

func Rand() int32

func Rand_r added in v0.3.11

func Rand_r(seed *uint32) int32

func Random added in v0.3.11

func Random() int64

func Read added in v0.3.12

func Read(fd int32, buf unsafe.Pointer, count uint64) int64
func Readlink(path *int8, buf *int8, bufsize uint64) int64

func Realloc added in v0.3.11

func Realloc(orig unsafe.Pointer, size uint64) unsafe.Pointer

func Remainder added in v0.3.11

func Remainder(x float64, y float64) float64

func Remainderf added in v0.3.11

func Remainderf(x float32, y float32) float32

func Remainderl added in v0.3.11

func Remainderl(x float64, y float64) float64

func Remove added in v0.3.11

func Remove(path *int8) int32

func Remquo added in v0.3.11

func Remquo(x float64, y float64, quo *int32) float64

func Remquof added in v0.3.11

func Remquof(x float32, y float32, quo *int32) float32

func Remquol added in v0.3.11

func Remquol(x float64, y float64, quo *int32) float64

func Rename added in v0.3.11

func Rename(old *int8, new *int8) int32

func Renameat added in v0.3.12

func Renameat(oldfd int32, old *int8, newfd int32, new *int8) int32

func Rewind added in v0.3.11

func Rewind(f *Struct__IO_FILE)

func Rint added in v0.3.11

func Rint(x float64) float64

func Rintf added in v0.3.11

func Rintf(x float32) float32

func Rintl added in v0.3.11

func Rintl(x float64) float64

func Round added in v0.3.11

func Round(x float64) float64

func Roundf added in v0.3.11

func Roundf(x float32) float32

func Roundl added in v0.3.11

func Roundl(x float64) float64

func Scalb added in v0.3.11

func Scalb(x float64, fn float64) float64

func Scalbf added in v0.3.11

func Scalbf(x float32, fn float32) float32

func Scalbln added in v0.3.11

func Scalbln(x float64, n int64) float64

func Scalblnf added in v0.3.11

func Scalblnf(x float32, n int64) float32

func Scalblnl added in v0.3.11

func Scalblnl(x float64, n int64) float64

func Scalbn added in v0.3.11

func Scalbn(x float64, n int32) float64

func Scalbnf added in v0.3.11

func Scalbnf(x float32, n int32) float32

func Scalbnl added in v0.3.11

func Scalbnl(x float64, n int32) float64

func Scanf added in v0.3.11

func Scanf(fmt *int8, __cgo_args ...interface {
}) int32

func Secure_getenv added in v0.3.15

func Secure_getenv(name *int8) *int8

func Seed48 added in v0.3.11

func Seed48(s *uint16) *uint16

func Setbuf added in v0.3.11

func Setbuf(f *Struct__IO_FILE, buf *int8)

func Setbuffer added in v0.3.11

func Setbuffer(f *Struct__IO_FILE, buf *int8, size uint64)

func Setenv added in v0.3.15

func Setenv(var_ *int8, value *int8, overwrite int32) int32

func Setkey added in v0.3.15

func Setkey(key *int8)

func Setlinebuf added in v0.3.11

func Setlinebuf(f *Struct__IO_FILE)

func Setsid added in v0.3.12

func Setsid() int32

func Setstate added in v0.3.11

func Setstate(state *int8) *int8

func Setvbuf added in v0.3.11

func Setvbuf(f *Struct__IO_FILE, buf *int8, type_ int32, size uint64) int32

func Significand added in v0.3.11

func Significand(x float64) float64

func Significandf added in v0.3.11

func Significandf(x float32) float32

func Sin added in v0.3.11

func Sin(x float64) float64

func Sincos added in v0.3.11

func Sincos(x float64, sin *float64, cos *float64)

func Sincosf added in v0.3.11

func Sincosf(x float32, sin *float32, cos *float32)

func Sincosl added in v0.3.11

func Sincosl(x float64, sin *float64, cos *float64)

func Sinf added in v0.3.11

func Sinf(x float32) float32

func Sinh added in v0.3.11

func Sinh(x float64) float64

func Sinhf added in v0.3.11

func Sinhf(x float32) float32

func Sinhl added in v0.3.11

func Sinhl(x float64) float64

func Sinl added in v0.3.11

func Sinl(x float64) float64

func Snprintf added in v0.2.0

func Snprintf(s *int8, n uint64, fmt *int8, __cgo_args ...interface {
}) int32

func Sprintf added in v0.2.0

func Sprintf(s *int8, fmt *int8, __cgo_args ...interface {
}) int32

func Sqrt added in v0.3.11

func Sqrt(x float64) float64

func Sqrtf added in v0.3.11

func Sqrtf(x float32) float32

func Sqrtl added in v0.3.11

func Sqrtl(x float64) float64

func Srand added in v0.3.11

func Srand(s uint32)

func Srand48 added in v0.3.11

func Srand48(seed int64)

func Srandom added in v0.3.11

func Srandom(seed uint32)

func Sscanf added in v0.3.11

func Sscanf(s *int8, fmt *int8, __cgo_args ...interface {
}) int32

func Strcasestr added in v0.3.11

func Strcasestr(h *int8, n *int8) *int8

func Strcat added in v0.3.0

func Strcat(dest *int8, src *int8) *int8

func Strchr added in v0.3.0

func Strchr(s *int8, c int32) *int8

func Strcmp added in v0.2.0

func Strcmp(l *int8, r *int8) int32

func Strcpy added in v0.3.0

func Strcpy(dest *int8, src *int8) *int8

func Strcspn added in v0.3.0

func Strcspn(s *int8, c *int8) uint64

func Strdup added in v0.3.11

func Strdup(s *int8) *int8

func Strerror added in v0.2.0

func Strerror(e int32) *int8

func Strerror_r added in v0.3.11

func Strerror_r(err int32, buf *int8, buflen uint64) int32

func Strlcat added in v0.3.0

func Strlcat(d *int8, s *int8, n uint64) uint64

func Strlcpy added in v0.3.0

func Strlcpy(d *int8, s *int8, n uint64) uint64

func Strlen added in v0.2.0

func Strlen(s *int8) uint64

func Strncat added in v0.3.0

func Strncat(d *int8, s *int8, n uint64) *int8

func Strncmp added in v0.2.0

func Strncmp(_l *int8, _r *int8, n uint64) int32

func Strncpy added in v0.3.0

func Strncpy(d *int8, s *int8, n uint64) *int8

func Strndup added in v0.3.11

func Strndup(s *int8, n uint64) *int8

func Strnlen added in v0.2.0

func Strnlen(s *int8, n uint64) uint64

func Strpbrk added in v0.3.0

func Strpbrk(s *int8, b *int8) *int8

func Strrchr added in v0.3.0

func Strrchr(s *int8, c int32) *int8

func Strsep added in v0.3.11

func Strsep(str **int8, sep *int8) *int8

func Strsignal added in v0.3.11

func Strsignal(signum int32) *int8

func Strspn added in v0.3.0

func Strspn(s *int8, c *int8) uint64

func Strstr added in v0.3.11

func Strstr(h *int8, n *int8) *int8

func Strtod added in v0.3.11

func Strtod(s *int8, p **int8) float64

func Strtof added in v0.3.11

func Strtof(s *int8, p **int8) float32

func Strtok added in v0.3.0

func Strtok(s *int8, sep *int8) *int8

func Strtok_r added in v0.3.11

func Strtok_r(s *int8, sep *int8, p **int8) *int8

func Strtold added in v0.3.11

func Strtold(s *int8, p **int8) float64

func Strtoul added in v0.3.15

func Strtoul(*int8, **int8, int32) uint64

func Strverscmp added in v0.3.11

func Strverscmp(l0 *int8, r0 *int8) int32

func Sync added in v0.3.12

func Sync()

func Tan added in v0.3.11

func Tan(x float64) float64

func Tanf added in v0.3.11

func Tanf(x float32) float32

func Tanh added in v0.3.11

func Tanh(x float64) float64

func Tanhf added in v0.3.11

func Tanhf(x float32) float32

func Tanhl added in v0.3.11

func Tanhl(x float64) float64

func Tanl added in v0.3.11

func Tanl(x float64) float64

func Tempnam added in v0.3.11

func Tempnam(dir *int8, pfx *int8) *int8

func Tgamma added in v0.3.11

func Tgamma(x float64) float64

func Tgammaf added in v0.3.11

func Tgammaf(x float32) float32

func Tgammal added in v0.3.11

func Tgammal(x float64) float64

func Tmpnam added in v0.3.11

func Tmpnam(buf *int8) *int8

func Toascii added in v0.3.11

func Toascii(c int32) int32

func Tolower added in v0.3.11

func Tolower(c int32) int32

func Toupper added in v0.3.11

func Toupper(c int32) int32

func Trunc added in v0.3.11

func Trunc(x float64) float64

func Truncf added in v0.3.11

func Truncf(x float32) float32

func Truncl added in v0.3.11

func Truncl(x float64) float64

func Ungetc added in v0.3.11

func Ungetc(c int32, f *Struct__IO_FILE) int32

func Unlockpt added in v0.3.12

func Unlockpt(fd int32) int32

func Unsetenv added in v0.3.15

func Unsetenv(name *int8) int32

func Vasprintf added in v0.3.11

func Vasprintf(s **int8, fmt *int8, ap []interface {
}) int32

func Vdprintf added in v0.3.11

func Vdprintf(fd int32, fmt *int8, ap []interface {
}) int32

func Vfprintf

func Vfprintf(f *Struct__IO_FILE, fmt *int8, ap []interface {
}) int32

func Vfscanf added in v0.3.11

func Vfscanf(*Struct__IO_FILE, *int8, []interface {
}) int32

func Vprintf added in v0.3.11

func Vprintf(fmt *int8, ap []interface {
}) int32

func Vscanf added in v0.3.11

func Vscanf(fmt *int8, ap []interface {
}) int32

func Vsnprintf added in v0.2.0

func Vsnprintf(s *int8, n uint64, fmt *int8, ap []interface {
}) int32

func Vsprintf added in v0.2.0

func Vsprintf(s *int8, fmt *int8, ap []interface {
}) int32

func Vsscanf added in v0.3.11

func Vsscanf(s *int8, fmt *int8, ap []interface {
}) int32

func Wctomb added in v0.3.11

func Wctomb(*int8, uint32) int32

func Write added in v0.3.0

func Write(fd int32, buf unsafe.Pointer, count uint64) int64

func X_Exit added in v0.3.12

func X_Exit(int32)

func X__DOUBLE_BITS added in v0.3.11

func X__DOUBLE_BITS(__f float64) uint64

func X__FLOAT_BITS added in v0.3.11

func X__FLOAT_BITS(__f float32) uint32

func X__builtin_inf added in v0.3.11

func X__builtin_inf() float64

func X__builtin_inff added in v0.3.11

func X__builtin_inff() float32

func X__builtin_nan added in v0.3.11

func X__builtin_nan(*int8) float64

func X__builtin_nanf added in v0.3.11

func X__builtin_nanf(*int8) float32

func X__ctype_get_mb_cur_max added in v0.3.12

func X__ctype_get_mb_cur_max() uint64

func X__errno_location added in v0.3.15

func X__errno_location() *int32

func X__fpclassify added in v0.3.11

func X__fpclassify(x float64) int32

func X__fpclassifyf added in v0.3.12

func X__fpclassifyf(x float32) int32

func X__fpclassifyl added in v0.3.11

func X__fpclassifyl(x float64) int32

func X__isgreater added in v0.3.12

func X__isgreater(__x float64, __y float64) int32

func X__isgreaterequal added in v0.3.12

func X__isgreaterequal(__x float64, __y float64) int32

func X__isgreaterequalf added in v0.3.12

func X__isgreaterequalf(__x float32, __y float32) int32

func X__isgreaterequall added in v0.3.12

func X__isgreaterequall(__x float64, __y float64) int32

func X__isgreaterf added in v0.3.12

func X__isgreaterf(__x float32, __y float32) int32

func X__isgreaterl added in v0.3.12

func X__isgreaterl(__x float64, __y float64) int32

func X__isless added in v0.3.12

func X__isless(__x float64, __y float64) int32

func X__islessequal added in v0.3.12

func X__islessequal(__x float64, __y float64) int32

func X__islessequalf added in v0.3.12

func X__islessequalf(__x float32, __y float32) int32

func X__islessequall added in v0.3.12

func X__islessequall(__x float64, __y float64) int32

func X__islessf added in v0.3.12

func X__islessf(__x float32, __y float32) int32

func X__islessgreater added in v0.3.12

func X__islessgreater(__x float64, __y float64) int32

func X__islessgreaterf added in v0.3.12

func X__islessgreaterf(__x float32, __y float32) int32

func X__islessgreaterl added in v0.3.12

func X__islessgreaterl(__x float64, __y float64) int32

func X__islessl added in v0.3.12

func X__islessl(__x float64, __y float64) int32

func X__isspace added in v0.3.12

func X__isspace(_c int32) int32

func X__lseek added in v0.3.12

func X__lseek(fd int32, offset int64, whence int32) int64

func X__signbit added in v0.3.11

func X__signbit(x float64) int32

func X__signbitf added in v0.3.12

func X__signbitf(x float32) int32

func X__signbitl added in v0.3.11

func X__signbitl(x float64) int32

func X_exit added in v0.3.12

func X_exit(status int32)

func Y0 added in v0.3.11

func Y0(x float64) float64

func Y0f added in v0.3.11

func Y0f(x float32) float32

func Y1 added in v0.3.11

func Y1(x float64) float64

func Y1f added in v0.3.11

func Y1f(x float32) float32

func Yn added in v0.3.11

func Yn(n int32, x float64) float64

func Ynf added in v0.3.11

func Ynf(n int32, x float32) float32

Types

type Blkcnt_t added in v0.3.0

type Blkcnt_t = int64

type Blksize_t added in v0.3.0

type Blksize_t = int64

type Clock_t added in v0.3.0

type Clock_t = int64

type Clockid_t added in v0.3.0

type Clockid_t = int32
type Cookie_close_function_t = func(unsafe.Pointer) int32
type Cookie_io_functions_t = Struct__IO_cookie_io_functions_t
type Cookie_read_function_t = func(unsafe.Pointer, *int8, uint64) int64
type Cookie_seek_function_t = func(unsafe.Pointer, *int64, int32) int32
type Cookie_write_function_t = func(unsafe.Pointer, *int8, uint64) int64

type DIR added in v0.3.12

type DIR = struct___dirstream

type Dev_t added in v0.3.0

type Dev_t = uint64

type Div_t added in v0.3.11

type Div_t = _cgoa_15__exit

type Double_t added in v0.3.0

type Double_t = float64

type Elf32_Addr added in v0.3.12

type Elf32_Addr = uint32

type Elf32_Chdr added in v0.3.12

type Elf32_Chdr = _cgoa_5_getauxval

type Elf32_Conflict added in v0.3.12

type Elf32_Conflict = uint32

type Elf32_Dyn added in v0.3.12

type Elf32_Dyn = _cgoa_17_getauxval

type Elf32_Ehdr added in v0.3.12

type Elf32_Ehdr = _cgoa_1_getauxval

type Elf32_Half added in v0.3.12

type Elf32_Half = uint16

type Elf32_Lib added in v0.3.12

type Elf32_Lib = _cgoa_43_getauxval

type Elf32_Move added in v0.3.12

type Elf32_Move = _cgoa_35_getauxval

type Elf32_Nhdr added in v0.3.12

type Elf32_Nhdr = _cgoa_33_getauxval

type Elf32_Off added in v0.3.12

type Elf32_Off = uint32

type Elf32_Phdr added in v0.3.12

type Elf32_Phdr = _cgoa_15_getauxval

type Elf32_RegInfo added in v0.3.12

type Elf32_RegInfo = _cgoa_40_getauxval

type Elf32_Rel added in v0.3.12

type Elf32_Rel = _cgoa_11_getauxval

type Elf32_Rela added in v0.3.12

type Elf32_Rela = _cgoa_13_getauxval

type Elf32_Section added in v0.3.12

type Elf32_Section = uint16

type Elf32_Shdr added in v0.3.12

type Elf32_Shdr = _cgoa_3_getauxval

type Elf32_Sword added in v0.3.12

type Elf32_Sword = int32

type Elf32_Sxword added in v0.3.12

type Elf32_Sxword = int64

type Elf32_Sym added in v0.3.12

type Elf32_Sym = _cgoa_7_getauxval

type Elf32_Syminfo added in v0.3.12

type Elf32_Syminfo = _cgoa_9_getauxval

type Elf32_Verdaux added in v0.3.12

type Elf32_Verdaux = _cgoa_23_getauxval

type Elf32_Verdef added in v0.3.12

type Elf32_Verdef = _cgoa_21_getauxval

type Elf32_Vernaux added in v0.3.12

type Elf32_Vernaux = _cgoa_27_getauxval

type Elf32_Verneed added in v0.3.12

type Elf32_Verneed = _cgoa_25_getauxval

type Elf32_Versym added in v0.3.12

type Elf32_Versym = uint16

type Elf32_Word added in v0.3.12

type Elf32_Word = uint32

type Elf32_Xword added in v0.3.12

type Elf32_Xword = uint64

type Elf32_auxv_t added in v0.3.12

type Elf32_auxv_t = _cgoa_29_getauxval

type Elf32_gptab added in v0.3.12

type Elf32_gptab = _cgoa_37_getauxval

type Elf64_Addr added in v0.3.12

type Elf64_Addr = uint64

type Elf64_Chdr added in v0.3.12

type Elf64_Chdr = _cgoa_6_getauxval

type Elf64_Dyn added in v0.3.12

type Elf64_Dyn = _cgoa_19_getauxval

type Elf64_Ehdr added in v0.3.12

type Elf64_Ehdr = _cgoa_2_getauxval

type Elf64_Half added in v0.3.12

type Elf64_Half = uint16

type Elf64_Lib added in v0.3.12

type Elf64_Lib = _cgoa_44_getauxval

type Elf64_Move added in v0.3.12

type Elf64_Move = _cgoa_36_getauxval

type Elf64_Nhdr added in v0.3.12

type Elf64_Nhdr = _cgoa_34_getauxval

type Elf64_Off added in v0.3.12

type Elf64_Off = uint64

type Elf64_Phdr added in v0.3.12

type Elf64_Phdr = _cgoa_16_getauxval

type Elf64_Rel added in v0.3.12

type Elf64_Rel = _cgoa_12_getauxval

type Elf64_Rela added in v0.3.12

type Elf64_Rela = _cgoa_14_getauxval

type Elf64_Section added in v0.3.12

type Elf64_Section = uint16

type Elf64_Shdr added in v0.3.12

type Elf64_Shdr = _cgoa_4_getauxval

type Elf64_Sword added in v0.3.12

type Elf64_Sword = int32

type Elf64_Sxword added in v0.3.12

type Elf64_Sxword = int64

type Elf64_Sym added in v0.3.12

type Elf64_Sym = _cgoa_8_getauxval

type Elf64_Syminfo added in v0.3.12

type Elf64_Syminfo = _cgoa_10_getauxval

type Elf64_Verdaux added in v0.3.12

type Elf64_Verdaux = _cgoa_24_getauxval

type Elf64_Verdef added in v0.3.12

type Elf64_Verdef = _cgoa_22_getauxval

type Elf64_Vernaux added in v0.3.12

type Elf64_Vernaux = _cgoa_28_getauxval

type Elf64_Verneed added in v0.3.12

type Elf64_Verneed = _cgoa_26_getauxval

type Elf64_Versym added in v0.3.12

type Elf64_Versym = uint16

type Elf64_Word added in v0.3.12

type Elf64_Word = uint32

type Elf64_Xword added in v0.3.12

type Elf64_Xword = uint64

type Elf64_auxv_t added in v0.3.12

type Elf64_auxv_t = _cgoa_31_getauxval

type Elf_MIPS_ABIFlags_v0 added in v0.3.12

type Elf_MIPS_ABIFlags_v0 = _cgoa_45_getauxval

type Elf_Options added in v0.3.12

type Elf_Options = _cgoa_41_getauxval

type Elf_Options_Hw added in v0.3.12

type Elf_Options_Hw = _cgoa_42_getauxval

type FILE

type FILE = Struct__IO_FILE

type Float_t added in v0.3.0

type Float_t = float32

type Fpos_t added in v0.3.11

type Fpos_t = Union__G_fpos64_t

type Gid_t added in v0.3.0

type Gid_t = uint32

type Id_t added in v0.3.12

type Id_t = uint32

type Ino_t added in v0.3.0

type Ino_t = uint64

type Int16_t added in v0.3.0

type Int16_t = int16

type Int32_t added in v0.3.0

type Int32_t = int32

type Int64_t added in v0.3.0

type Int64_t = int64

type Int8_t added in v0.3.0

type Int8_t = int8

type Intmax_t added in v0.3.0

type Intmax_t = int64

type Intptr_t added in v0.3.0

type Intptr_t = int64

type Ldiv_t added in v0.3.11

type Ldiv_t = _cgoa_16__exit

type Lldiv_t added in v0.3.11

type Lldiv_t = _cgoa_17__exit

type Locale_t added in v0.3.0

type Locale_t = *Struct___locale_struct

type Max_align_t added in v0.3.0

type Max_align_t = _cgoa_1_getopt_long

type Mbstate_t added in v0.3.0

type Mbstate_t = Struct___mbstate_t

type Mode_t added in v0.3.0

type Mode_t = uint32
type Nlink_t = uint32

type Off_t added in v0.3.0

type Off_t = int64

type Pid_t added in v0.3.0

type Pid_t = int32

type Pthread_attr_t added in v0.3.0

type Pthread_attr_t = _cgoa_5__exit

type Pthread_barrier_t added in v0.3.0

type Pthread_barrier_t = _cgoa_13__exit

type Pthread_barrierattr_t added in v0.3.0

type Pthread_barrierattr_t = _cgoa_3__exit

type Pthread_cond_t added in v0.3.0

type Pthread_cond_t = _cgoa_9__exit

type Pthread_condattr_t added in v0.3.0

type Pthread_condattr_t = _cgoa_2__exit

type Pthread_key_t added in v0.3.0

type Pthread_key_t = uint32

type Pthread_mutex_t added in v0.3.0

type Pthread_mutex_t = _cgoa_7__exit

type Pthread_mutexattr_t added in v0.3.0

type Pthread_mutexattr_t = _cgoa_1__exit

type Pthread_once_t added in v0.3.0

type Pthread_once_t = int32

type Pthread_rwlock_t added in v0.3.0

type Pthread_rwlock_t = _cgoa_11__exit

type Pthread_rwlockattr_t added in v0.3.0

type Pthread_rwlockattr_t = _cgoa_4__exit

type Pthread_spinlock_t added in v0.3.0

type Pthread_spinlock_t = int32

type Pthread_t added in v0.3.0

type Pthread_t = *Struct___pthread

type Ptrdiff_t added in v0.3.0

type Ptrdiff_t = int64

type Sigset_t added in v0.3.0

type Sigset_t = Struct___sigset_t

type Size_t added in v0.3.0

type Size_t = uint64

type Ssize_t added in v0.3.0

type Ssize_t = int64

type Struct__IO_FILE added in v0.3.12

type Struct__IO_FILE struct {
	Flags        uint32
	Rpos         *uint8
	Rend         *uint8
	Close        func(*Struct__IO_FILE) int32
	Wend         *uint8
	Wpos         *uint8
	Mustbezero_1 *uint8
	Wbase        *uint8
	Read         func(*Struct__IO_FILE, *uint8, uint64) uint64
	Write        func(*Struct__IO_FILE, *uint8, uint64) uint64
	Seek         func(*Struct__IO_FILE, int64, int32) int64
	Buf          *uint8
	Buf_size     uint64
	Prev         *Struct__IO_FILE
	Next         *Struct__IO_FILE
	Fd           int32
	Pipe_pid     int32
	Lockcount    int64
	Mode         int32
	Lock         int32
	Lbf          int32
	Cookie       unsafe.Pointer
	Off          int64
	Getln_buf    *int8
	Mustbezero_2 unsafe.Pointer
	Shend        *uint8
	Shlim        int64
	Shcnt        int64
	Prev_locked  *Struct__IO_FILE
	Next_locked  *Struct__IO_FILE
	Locale       *Struct___locale_struct
}
var Stderr *Struct__IO_FILE = &__stderr_FILE
var Stdin *Struct__IO_FILE = &__stdin_FILE
var Stdout *Struct__IO_FILE = &__stdout_FILE

func Fdopen added in v0.3.12

func Fdopen(int32, *int8) *Struct__IO_FILE

func Fmemopen added in v0.3.11

func Fmemopen(buf unsafe.Pointer, size uint64, mode *int8) *Struct__IO_FILE

func Fopen added in v0.3.11

func Fopen(filename *int8, mode *int8) *Struct__IO_FILE

func Fopencookie added in v0.3.11

func Fopencookie(cookie unsafe.Pointer, mode *int8, iofuncs Struct__IO_cookie_io_functions_t) *Struct__IO_FILE

func Tmpfile added in v0.3.11

func Tmpfile() *Struct__IO_FILE
type Struct__IO_cookie_io_functions_t struct {
	Read  func(unsafe.Pointer, *int8, uint64) int64
	Write func(unsafe.Pointer, *int8, uint64) int64
	Seek  func(unsafe.Pointer, *int64, int32) int32
	Close func(unsafe.Pointer) int32
}

type Struct___locale_struct added in v0.3.12

type Struct___locale_struct struct {
	Cat [6]*struct___locale_map
}

type Struct___mbstate_t added in v0.3.12

type Struct___mbstate_t struct {
	X__opaque1 uint32
	X__opaque2 uint32
}

type Struct___pthread added in v0.3.12

type Struct___pthread struct {
	Tid       int32
	Errno_val int32
	Sys_r1    int64
	Locale    *Struct___locale_struct
}

type Struct___sigset_t added in v0.3.12

type Struct___sigset_t struct {
	X__bits [16]uint64
}

type Struct_iovec added in v0.3.12

type Struct_iovec struct {
	Iov_base unsafe.Pointer
	Iov_len  uint64
}

type Struct_timespec added in v0.3.12

type Struct_timespec struct {
	Tv_sec  int64
	Xbf_0   int32
	Tv_nsec int64
	Xbf_1   int32
}

type Struct_timeval added in v0.3.12

type Struct_timeval struct {
	Tv_sec  int64
	Tv_usec int64
}

type Struct_winsize added in v0.3.12

type Struct_winsize struct {
	Ws_row    uint16
	Ws_col    uint16
	Ws_xpixel uint16
	Ws_ypixel uint16
}

type Suseconds_t added in v0.3.12

type Suseconds_t = int64

type Time_t added in v0.3.0

type Time_t = int64

type Timer_t added in v0.3.0

type Timer_t = unsafe.Pointer

type Uid_t added in v0.3.0

type Uid_t = uint32

type Uint16_t added in v0.3.0

type Uint16_t = uint16

type Uint32_t added in v0.3.0

type Uint32_t = uint32

type Uint64_t added in v0.3.0

type Uint64_t = uint64

type Uint8_t added in v0.3.0

type Uint8_t = uint8

type Uintmax_t added in v0.3.0

type Uintmax_t = uint64

type Uintptr_t added in v0.3.0

type Uintptr_t = uint64

type Union__G_fpos64_t added in v0.3.12

type Union__G_fpos64_t struct {
	X__opaque [16]int8
}

type Useconds_t added in v0.3.0

type Useconds_t = uint32

type Va_list added in v0.3.0

type Va_list = []interface {
}

type WT added in v0.3.11

type WT = uint64

type Wchar_t added in v0.3.0

type Wchar_t = uint32

type Wctype_t added in v0.3.0

type Wctype_t = uint64

type Wint_t added in v0.3.0

type Wint_t = uint32

type X__isoc_va_list added in v0.3.12

type X__isoc_va_list = []interface {
}

Source Files

Directories

Path Synopsis
test

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL