![]() |
GNU PROLOG with UTF8 support
|

Go to the source code of this file.
Macros | |
| #define | WRITE_QUOTED 1 |
| #define | WRITE_IGNORE_OP 2 |
| #define | WRITE_NUMBER_VARS 4 |
| #define | WRITE_NAME_VARS 8 |
| #define | WRITE_SPACE_ARGS 16 |
| #define | WRITE_PORTRAYED 32 |
Functions | |
| void | Pl_Write_Term (StmInf *pstm, int depth, int prec, int mask, WamWord *above_H, WamWord term_word) |
| void | Pl_Write (WamWord term_word) |
| void | Pl_Write_A_Full_Stop (StmInf *pstm) |
| void | Pl_Write_A_Char (StmInf *pstm, int c) |
| char * | Pl_Float_To_String (double d) |
| int | Get_Print_Stm (void) |
Variables | |
| int | pl_last_writing |
| #define WRITE_IGNORE_OP 2 |
| #define WRITE_NAME_VARS 8 |
| #define WRITE_NUMBER_VARS 4 |
| #define WRITE_PORTRAYED 32 |
| #define WRITE_QUOTED 1 |
| #define WRITE_SPACE_ARGS 16 |
| int Get_Print_Stm | ( | void | ) |
| char* Pl_Float_To_String | ( | double | d | ) |

| void Pl_Write | ( | WamWord | term_word | ) |
| void Pl_Write_A_Char | ( | StmInf * | pstm, |
| int | c | ||
| ) |

| void Pl_Write_A_Full_Stop | ( | StmInf * | pstm | ) |


| void Pl_Write_Term | ( | StmInf * | pstm, |
| int | depth, | ||
| int | prec, | ||
| int | mask, | ||
| WamWord * | above_H, | ||
| WamWord | term_word | ||
| ) |


| int pl_last_writing |
1.8.11