Lhogho
0.0.028
|
Go to the source code of this file.
Functions | |
void | use_stdout (chars_t string, int len) |
prints text to standard output More... | |
int | use_stdeof () |
returns eof status of standard output More... | |
char_t | use_stdin () |
reads a character More... | |
int | main (int argc, char *argv[]) |
string | text to print |
len | length of text |
This is a call-back outter function for dumping atom contents to standard output.
Definition at line 61 of file lhogho.c.
void use_stdeof | ( | ) |
char_t use_stdin | ( | ) |
reads a character from standard input
Read a character from the hooked of file stream, which must be ASCII.
This is a call-back inner function for geting urser input.