GNU PROLOG with UTF8 support
Macros | Functions
format_c.c File Reference
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "engine_pl.h"
#include "bips_pl.h"
Include dependency graph for format_c.c:

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)
 

Macro Definition Documentation

#define IMPOSS   -12345678

Function Documentation

static char * Arg_Atom ( WamWord **  lst_adr)
static

Here is the call graph for this function:

Here is the caller graph for this function:

static double Arg_Float ( WamWord **  lst_adr)
static

Here is the call graph for this function:

Here is the caller graph for this function:

static PlLong Arg_Integer ( WamWord **  lst_adr)
static

Here is the call graph for this function:

Here is the caller graph for this function:

static void Format ( StmInf pstm,
char *  format,
WamWord lst_adr 
)
static

Here is the call graph for this function:

Here is the caller graph for this function:

void Pl_Format_2 ( WamWord  format_word,
WamWord  args_word 
)

Here is the call graph for this function:

void Pl_Format_3 ( WamWord  sora_word,
WamWord  format_word,
WamWord  args_word 
)

Here is the call graph for this function:

Here is the caller graph for this function:

static WamWord Read_Arg ( WamWord **  lst_adr)
static

Here is the call graph for this function:

Here is the caller graph for this function: