This is an appendix to Understanding Unix/Linux
Programming
written for people interested in Ada programming on POSIX
systems.
Source code for smsh1:
We compile and test smsh1:
% gnatmake -P smsh1 [...] % ./smsh1 > ps -f UID PID PPID C STIME TTY TIME CMD sparre 13356 13355 0 21:50 pts/1 00:00:01 -zsh sparre 28306 13356 0 22:30 pts/1 00:00:00 ./smsh1 sparre 28334 28306 0 22:30 pts/1 00:00:00 ps -f press Ctrl-D here %
Go to next chapter.
Understanding Unix/Linux Programming, Bruce Molay,
ISBN 0-13-008396-8.