view docs/ccguide/chap3.chapter @ 466:bea58398bb15

Skeletons for the C Compiler User's Guide, 1983
author roug
date Wed, 02 Oct 2002 21:17:53 +0000
parents
children 60b821f18853
line wrap: on
line source

<chapter>
<title>C System Calls</title>
<para>
This section of the C compiler manual is a guide to the system
calls available from C programs.
</para>
<para>
It is NOT intended as a definitive description of OS-9 service
requests as these are described in the OS-9 SYSTEM PROGRAMMER'S
manual. However, for most calls, enough information is available
here to enable the programmer to write systems calls into programs
without looking further.
</para>

<section>
<title>System Calls</title>

&abortref;
&absref;
&accessref;
&chainref;
&chdirref;
&chmodref;
&chownref;
&closeref;
&crcref;
&creatref;
&defdriveref;
&dupref;
&exitref;
&getpidref;
&getstatref;
&getuidref;
&interceptref;
&killref;
&lseekref;
&mknodref;
&modloadref;
&munlinkref;
&os9ref;
&openref;
&os9forkref;
&pauseref;
&prerrref;
&readref;
&sbrkref;
&setprref;
&setimeref;
&setuidref;
&setstatref;
&signalref;
&stacksizeref;
&strassref;
&tsleepref;
&unlinkref;
&waitref;
&writeref;

</section>
</chapter>