TABLE OF CONTENTS
- 1. plm/sys
- 1.1. sys/get_command_tail
- 1.2. sys/terminate
plm/sys [ Modules ]
NAME
sys -- the system module
DESCRIPTION
This module deals with OS-related stuff, which is not related to console and files.
sys/get_command_tail [ Functions ]
NAME
get_command_tail -- return the pointer to the command tail
SYNOPSIS
call get_command_tail(p$str, len);
DESCRIPTION
Write the command tail into the area pointed by p$str of maximum length len. The written string is null-terminated.
sys/terminate [ Functions ]
NAME
terminate -- terminate the current program
SYNOPSIS
call terminate(code);
DESCRIPTION
Terminate the currently running program and return the code.