Documentation ¶ Index ¶ func Atoi(a string) int func BoolToInt(x bool) int func Fclose(int) int func Fopen(filePath, mode string) int func NotInt(x int) int func NotUint16(x uint16) uint16 func Strtol(a string, b string, c int) int32 func Ternary(a bool, b, c func() interface{}) interface{} Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Atoi ¶ added in v0.9.0 func Atoi(a string) int func BoolToInt ¶ func BoolToInt(x bool) int func Fclose ¶ added in v0.9.0 func Fclose(int) int func Fopen ¶ added in v0.9.0 func Fopen(filePath, mode string) int func NotInt ¶ func NotInt(x int) int func NotUint16 ¶ added in v0.9.0 func NotUint16(x uint16) uint16 func Strtol ¶ added in v0.9.0 func Strtol(a string, b string, c int) int32 func Ternary ¶ func Ternary(a bool, b, c func() interface{}) interface{} Types ¶ This section is empty. Source Files ¶ View all Source files functions.go stdio.go stdlib.go Click to show internal directories. Click to hide internal directories.