Documentation ¶
Index ¶
- Constants
- func Access(name string, mode int) int
- func AtExit(f func())
- func Bflush(b *Biobuf) error
- func Bgetc(b *Biobuf) int
- func Bgetrune(b *Biobuf) int
- func Blinelen(b *Biobuf) int
- func Boffset(b *Biobuf) int64
- func Bputc(b *Biobuf, c byte)
- func Brdline(b *Biobuf, delim int) string
- func Brdstr(b *Biobuf, delim int, cut int) string
- func Bread(b *Biobuf, p []byte) int
- func Bseek(b *Biobuf, offset int64, whence int) int64
- func Bterm(b *Biobuf) error
- func Bungetc(b *Biobuf)
- func Bungetrune(b *Biobuf)
- func Bwrite(b *Biobuf, p []byte) (int, error)
- func Bwritestring(b *Biobuf, p string) (int, error)
- func Exit(code int)
- type Biobuf
Constants ¶
View Source
const Beof = -1
Variables ¶
This section is empty.
Functions ¶
func Bungetrune ¶
func Bungetrune(b *Biobuf)
Types ¶
Click to show internal directories.
Click to hide internal directories.