466
|
1 <refentry id="os9fork">
|
|
2 <refnamediv>
|
468
|
3 <refname>Os9fork</refname>
|
|
4 <refpurpose>create a process</refpurpose>
|
466
|
5 </refnamediv>
|
|
6
|
|
7 <refsynopsisdiv>
|
|
8 <funcsynopsis>
|
|
9 <funcprototype>
|
|
10 <funcdef><function>os9fork</function></funcdef>
|
552
|
11 <paramdef>char *<parameter>modname</parameter></paramdef>
|
|
12 <paramdef>int <parameter>paramsize</parameter></paramdef>
|
|
13 <paramdef>char *<parameter>paramptr</parameter></paramdef>
|
|
14 <paramdef>int <parameter>type</parameter></paramdef>
|
|
15 <paramdef>int <parameter>lang</parameter></paramdef>
|
|
16 <paramdef>int <parameter>datasize</parameter></paramdef>
|
466
|
17 </funcprototype>
|
|
18 </funcsynopsis>
|
|
19
|
|
20 </refsynopsisdiv>
|
|
21
|
542
|
22 <refsect1><title>Assembler Equivalent</title>
|
|
23 <para>
|
|
24 os9 F$FORK
|
|
25 </para>
|
|
26 </refsect1>
|
|
27
|
466
|
28 <refsect1><title>Description</title>
|
|
29 <para>
|
|
30 Placeholder
|
|
31 </para>
|
|
32 </refsect1>
|
552
|
33 <refsect1><title>Diagnostics</title>
|
|
34 <para>
|
|
35 -1 will be returned on error, or the ID number of the child
|
|
36 process will be returned on success.
|
|
37 </para>
|
|
38 </refsect1>
|
|
39
|
466
|
40 </refentry>
|