#include "machine.h"#include "scicos-def.h"Include dependency graph for haltscicos.c:

Go to the source code of this file.
Functions | |
| int | haltscicos (char *name, integer *win, integer *entry, long int name_len) |
Definition at line 8 of file haltscicos.c.
00009 { 00010 C2F(coshlt).halt = 1; 00011 return 0; 00012 }
1.5.1