next up previous contents index
Next: Xcoral interface Up: Predefined functions Previous: Execution profile

Others

Here are some other useful functions.

load_file

   void load_file(char * filename)

Loads the file specified by filename (the sc suffix used in the given files is not required, does not use default suffixes), all included definitions and declarations are added in the global environment, free expressions are executed.

error

   void error(char * msg)

Aborts the current execution and prints msg. If was called from , control is given back to and msg is printed in a special window (see also displaymessage §7.3.13 page gif) and the stack of last called functions is given.

showed_stack_size

  void showed_stack_size(int height)

Sets the number of last called functions given when an error occurred, default value is 10.



Lionel Fournigault
Wed Apr 30 10:44:37 MET DST 1997