![]() |
YAP 7.1.0
|
I/O support for writing terms. More...
#include "Yap.h"#include "YapEval.h"#include "YapHeap.h"#include "YapText.h"#include "Yatom.h"#include "yapio.h"#include <stdlib.h>#include "iopreds.h"#include "clause.h"Go to the source code of this file.
Macros | |
| #define | strncat(X, Y, Z) strcat(X, Y) |
| #define | strncpy(X, Y, Z) strcpy(X, Y) |
| #define | SYSTEM_STAT stat |
| #define | PAR(x, y, z) { x, y, z } |
Functions | |
| bool | Yap_WriteTerm (int output_stream, Term t, Term opts USES_REGS) |
| char * | Yap_TermToBuffer (Term t, int flags) |
| void | Yap_InitWriteTPreds (void) |
I/O support for writing terms.
Definition in file writeterm.c.