external class C_UNIX




Public


Features
abort;
execve(prog:STR, argv:EXT_OB, envp: EXT_OB): INT;
exit(code:INT);
getenv(var:STR):EXT_OB;
system(s:STR):INT;

The Sather Home Page