Documentation ¶ Overview ¶ Package linux contains low-level functions for the Linux operating system. Index ¶ func AssertFail(expression, filePath []byte, lineNumber uint32, functionName []byte) bool func CtypeLoc() [][]uint16 func IsInf(x float64) int func IsInff(x float32) int func IsNanf(x float32) int func ToLower(_c int) int func ToUpper(_c int) int Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AssertFail ¶ func AssertFail(expression, filePath []byte, lineNumber uint32, functionName []byte) bool func CtypeLoc ¶ added in v0.9.0 func CtypeLoc() [][]uint16 func IsInf ¶ added in v0.13.0 func IsInf(x float64) int func IsInff ¶ added in v0.13.0 func IsInff(x float32) int func IsNanf ¶ added in v0.13.0 func IsNanf(x float32) int func ToLower ¶ added in v0.9.0 func ToLower(_c int) int func ToUpper ¶ added in v0.9.0 func ToUpper(_c int) int Types ¶ This section is empty. Source Files ¶ View all Source files assert.go common.go ctype.go math.go Click to show internal directories. Click to hide internal directories.