![]() |
YAP 7.1.0
|
This file includes the interface to the readline library, if installed in the system. More...
#include "Yap.h"
#include "YapHeap.h"
#include "Yatom.h"
#include "yapio.h"
#include <stdlib.h>
#include "iopreds.h"
Go to the source code of this file.
Functions | |
bool | Yap_InitReadline (Term enable) |
void | Yap_InitReadlinePreds (void) |
void | Yap_CloseReadline (void) |
This file includes the interface to the readline library, if installed in the system.
Definition in file readline.c.
void Yap_CloseReadline | ( | void | ) |
Definition at line 494 of file readline.c.
bool Yap_InitReadline | ( | Term | enable | ) |
Definition at line 480 of file readline.c.
void Yap_InitReadlinePreds | ( | void | ) |
Definition at line 489 of file readline.c.