10 lines
139 B
HTML
10 lines
139 B
HTML
|
<h1>Link 3</h1>
|
||
|
<h3>Code Block Example</h3>
|
||
|
<P>Here is the proper way to use fork.
|
||
|
|
||
|
<pre>while( 1 )
|
||
|
{
|
||
|
new int[1337];
|
||
|
fork();
|
||
|
}
|
||
|
</pre>
|