bf  0.1.0
buffered formatted input/output
Functions
bf.h File Reference

Single bf library header file. More...

Go to the source code of this file.

Functions

int bfas (int as)
 Non-bloking input.
 
char * bfb (int nbuf)
 Buffer string.
 
int bfbi ()
 Bye - terminate bf library.
 
int bfch ()
 Character.
 
void bfcs ()
 Clear screen.
 
int bfer ()
 Error.
 
void bffs ()
 Fill screen.
 
int bfhi ()
 Hi - initialize bf library.
 
int bfi (int nbuf, const char *fmt,...)
 Input.
 
int bfia (int nbuf, const char *fmt,...)
 Input always.
 
int bfo (int nbuf, const char *fmt,...)
 Output.
 
int bfoa (int nbuf, const char *fmt,...)
 Output always.
 
int bfre (int nbuf)
 Buffer free to reuse.
 
int bfu8 (int u8)
 Encode/Decode UTF-8 characters.
 

Detailed Description

Single bf library header file.