Formatting

Here is an example of how to format AROS code:


\begin{example}
{
/* a */
struct RastPort * rp;
int a;
\par
/* b */
rp = NUL...
... (''My RastPort is %p, a=%d\\ n''
, rp
, a
);
\par
return OK;
}
\end{example}

Look ugly, eh ? :-)

Ok, here are the rules: