selinux-policy/www/html/link3.html

10 lines
139 B
HTML
Raw Normal View History

2005-05-17 19:51:41 +00:00
<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>