annotate docs/ccguide/os9fork.refentry @ 552:fcb97f0ba24b

All diagnostics added.
author roug
date Wed, 16 Oct 2002 20:02:31 +0000
parents 73319ee6a57e
children 42b2c775f05f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
1 <refentry id="os9fork">
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
2 <refnamediv>
468
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
3 <refname>Os9fork</refname>
60b821f18853 A little here and there.
roug
parents: 466
diff changeset
4 <refpurpose>create a process</refpurpose>
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
5 </refnamediv>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
6
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
7 <refsynopsisdiv>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
8 <funcsynopsis>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
9 <funcprototype>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
10 <funcdef><function>os9fork</function></funcdef>
552
fcb97f0ba24b All diagnostics added.
roug
parents: 542
diff changeset
11 <paramdef>char *<parameter>modname</parameter></paramdef>
fcb97f0ba24b All diagnostics added.
roug
parents: 542
diff changeset
12 <paramdef>int <parameter>paramsize</parameter></paramdef>
fcb97f0ba24b All diagnostics added.
roug
parents: 542
diff changeset
13 <paramdef>char *<parameter>paramptr</parameter></paramdef>
fcb97f0ba24b All diagnostics added.
roug
parents: 542
diff changeset
14 <paramdef>int <parameter>type</parameter></paramdef>
fcb97f0ba24b All diagnostics added.
roug
parents: 542
diff changeset
15 <paramdef>int <parameter>lang</parameter></paramdef>
fcb97f0ba24b All diagnostics added.
roug
parents: 542
diff changeset
16 <paramdef>int <parameter>datasize</parameter></paramdef>
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
17 </funcprototype>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
18 </funcsynopsis>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
19
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
20 </refsynopsisdiv>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
21
542
73319ee6a57e All "See Also" implemented
roug
parents: 468
diff changeset
22 <refsect1><title>Assembler Equivalent</title>
73319ee6a57e All "See Also" implemented
roug
parents: 468
diff changeset
23 <para>
73319ee6a57e All "See Also" implemented
roug
parents: 468
diff changeset
24 os9 F$FORK
73319ee6a57e All "See Also" implemented
roug
parents: 468
diff changeset
25 </para>
73319ee6a57e All "See Also" implemented
roug
parents: 468
diff changeset
26 </refsect1>
73319ee6a57e All "See Also" implemented
roug
parents: 468
diff changeset
27
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
28 <refsect1><title>Description</title>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
29 <para>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
30 Placeholder
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
31 </para>
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
32 </refsect1>
552
fcb97f0ba24b All diagnostics added.
roug
parents: 542
diff changeset
33 <refsect1><title>Diagnostics</title>
fcb97f0ba24b All diagnostics added.
roug
parents: 542
diff changeset
34 <para>
fcb97f0ba24b All diagnostics added.
roug
parents: 542
diff changeset
35 -1 will be returned on error, or the ID number of the child
fcb97f0ba24b All diagnostics added.
roug
parents: 542
diff changeset
36 process will be returned on success.
fcb97f0ba24b All diagnostics added.
roug
parents: 542
diff changeset
37 </para>
fcb97f0ba24b All diagnostics added.
roug
parents: 542
diff changeset
38 </refsect1>
fcb97f0ba24b All diagnostics added.
roug
parents: 542
diff changeset
39
466
bea58398bb15 Skeletons for the C Compiler User's Guide, 1983
roug
parents:
diff changeset
40 </refentry>