#include <errno.h>#include <stdlib.h>#include "error.h"#include <assert.h>#include <string.h>#include <stdio.h>#include "cinterf.h"#include "dtd.h"#include "error_term.h"Functions | |
| int | sgml2pl_error (plerrorid id,...) |
Variables | |
| prolog_term | global_error_term = (prolog_term)NULL |
| prolog_term | global_warning_term = (prolog_term)NULL |
|
||||||||||||
|
Function to handle the errors. It creates an appropriate error term for the prolog side to throw. Input : type of error Output : TRUE on success, FALSE on failure |
|
|
|
|
|
|
1.4.5