![]() |
YAP 7.1.0
|
This file includes the definition of character-by-character related IO. More...
#include "Yap.h"#include "YapHeap.h"#include "YapText.h"#include "Yatom.h"#include "yapio.h"#include <stdlib.h>#include "iopreds.h"Go to the source code of this file.
Functions | |
| Int | CharOfAtom (Atom at) |
| CharOfAtom: convert an atom into a single character. More... | |
| int | Yap_popWide (int sno) |
| int | Yap_peekWide (int sno) |
| int | Yap_popChar (int sno) |
| int | Yap_peekChar (int sno) |
| int | Yap_peek (int sno) |
| bool | store_code (int ch, Term t USES_REGS) |
| void | Yap_flush_all (void) |
| void | Yap_FlushStreams (void) |
| void | Yap_InitCharsio (void) |
This file includes the definition of character-by-character related IO.
Definition in file charsio.c.