SISCtus compatibility library.

Prolog files

system.pl  -- SICStus-3 library systemShow source
datime/1Unifies Datime with the current date and time as a datime/6 record of the form datime(Year,Month,Day,Hour,Min,Sec).Source
datime/2True when Datime is a datime/6 record that reflects the time stamp When.Source
environ/2True if Value an atom associated with the environment variable Name.Source
exec/3SICStus 3 compatible implementation of exec/3 on top of the SICStus 4 compatible process_create/3.Source
file_exists/1True if a file named FileName exists.Source
host_name/1Source
mktemp/2Interface to the Unix function.Source
now/1Unify when with the current time-stamp.Source
pid/1Process ID of the current process.Source
popen/3Source
system/0Synomyms for shell/0, shell/1 and shell/2.Source
system/1Synomyms for shell/0, shell/1 and shell/2.Source
system/2Synomyms for shell/0, shell/1 and shell/2.Source
tmpnam/1Interface to tmpnam().Source
wait/2Wait for processes created using exec/3.Source