![]() |
GNU PROLOG with UTF8 support
|
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "engine_pl.h"
#include "bips_pl.h"
Macros | |
#define | IMPOSS -12345678 |
Functions | |
static void | Format (StmInf *pstm, char *format, WamWord *lst_adr) |
static WamWord | Read_Arg (WamWord **lst_adr) |
static char * | Arg_Atom (WamWord **lst_adr) |
static PlLong | Arg_Integer (WamWord **lst_adr) |
static double | Arg_Float (WamWord **lst_adr) |
void | Pl_Format_3 (WamWord sora_word, WamWord format_word, WamWord args_word) |
void | Pl_Format_2 (WamWord format_word, WamWord args_word) |
#define IMPOSS -12345678 |
|
static |
|
static |