Staging
v0.5.1
swh:1:snp:635f4099902912592851108bcac178ff574f7c5f
Raw File
Tip revision: 71606f8dd950604620efb37b86e81ee03f9d232b authored by cvs2svn on 15 May 1997, 12:24:53 UTC
This commit was manufactured by cvs2svn to create tag 'r15a2'.
Tip revision: 71606f8
liballos.tex
\chapter{Generic Operating System Services}

The modules described in this chapter provide interfaces to operating
system features that are available on (almost) all operating systems,
such as files and a clock.  The interfaces are generally modelled
after the \UNIX{} or C interfaces but they are available on most other
systems as well.  Here's an overview:

\begin{description}

\item[os]
--- Miscellaneous OS interfaces.

\item[time]
--- Time access and conversions.

\item[getopt]
--- Parser for command line options.

\item[tempfile]
--- Generate temporary file names.

\item[errno]
--- Standard errno system symbols.

\item[glob]
--- Unix shell style pathname pattern expansion.

\item[fnmatch]
--- Unix shell style pathname pattern matching.

\end{description}
back to top