xerhlt.c

Go to the documentation of this file.
00001 #include <setjmp.h>
00002 #include <string.h>
00003 #include "stack-c.h"
00004 
00005 jmp_buf slatec_jmp_env; 
00006 
00007 void C2F(xerhlt) (char *messg, unsigned long l);
00008 
00009 void C2F(xerhlt) (char *messg, unsigned long l)
00010 {
00011   longjmp(slatec_jmp_env,1); 
00012 }
00013 

Generated on Sun Mar 4 15:03:48 2007 for Scilab [trunk] by  doxygen 1.5.1