noarch

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: May 13, 2017 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Atoi

func Atoi(a string) int

func BoolToInt

func BoolToInt(x bool) int

func Fclose

func Fclose(f *File) int

func Feof

func Feof(f *File) int

func Fflush

func Fflush(f *File) int

func Fgetc

func Fgetc(f *File) int

func Fgetpos

func Fgetpos(f *File, pos *int) int

func Fgets

func Fgets(dest string, num int, f *File) string

func Fprintf

func Fprintf(f *File, format string, args ...interface{}) int

func Fputc

func Fputc(c int, f *File) int

func Fputs

func Fputs(content string, f *File) int

func Fread

func Fread(buffer *[]byte, size1, size2 int, f *File) int

func Fscanf

func Fscanf(f *File, format string, args ...interface{}) int

func Fseek

func Fseek(f *File, offset int32, origin int) int

func Fsetpos

func Fsetpos(f *File, pos *int) int

func Ftell

func Ftell(f *File) int32

func Fwrite

func Fwrite(buffer string, size1, size2 int, f *File) int

func Getchar

func Getchar() int

func NotInt

func NotInt(x int) int

func NotUint16

func NotUint16(x uint16) uint16

func NullTerminatedByteSlice

func NullTerminatedByteSlice(s []byte) string

func NullTerminatedString

func NullTerminatedString(s string) string

func Remove

func Remove(filePath string) int

func Rename

func Rename(from, to string) int

func Rewind

func Rewind(f *File)

func Strlen

func Strlen(a string) int

func Strtol

func Strtol(a string, b string, c int) int32

func Ternary

func Ternary(a bool, b, c func() interface{}) interface{}

func Tmpnam

func Tmpnam(buffer string) string

Types

type File

type File struct {
	// This is not part of the original struct but it is needed for internal
	// calls in Go.
	OsFile *os.File
}

This definition has been translated from the original definition for __sFILE, which is an alias for FILE. Not all of the attributes have been translated. They should be turned on as needed.

func Fopen

func Fopen(filePath, mode string) *File

func NewFile

func NewFile(f *os.File) *File

func Tmpfile

func Tmpfile() *File

Jump to

Keyboard shortcuts

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