next up previous index
Next: C-Prolog compatibility predicates Up: C-Prolog Compatibility Package Previous: C-Prolog Compatibility Package

Using the C-Prolog compatibility package

  The C-Prolog compatibility package can be accessed by issuing the directive

:- use_module(library(cprolog)).
The effect of the compatibility library is local to the module where it is loaded (except for the redefinition of some global event handlers). The directive must therefore be given in every module that wants to use the compatibility mode.

    The C-Prolog compatibility package includes the cio and the scattered library.



Micha Meier
Mon Mar 4 12:11:45 MET 1996