class UNIX




Public


Features
abort
execve(prog:STR, argv:ARRAY{STR}, envp:ARRAY{STR}):INT
**** Execute a file, by transforming the calling process into a new process. If `execve' returns to the calling process, the returned value will be -1, ie an error has occurred. `argv', `envp' should have a null pointer as the last pointer.
exit(code:INT)
get_env(var:STR):STR
sather_home: STR
system(s:STR):INT

The Sather Home Page