# LaTeX2HTML 2022 (Released January 1, 2022) # Associate images original text with physical files. $key = q//; $cached_env_img{$key} = q|\begin{example}
/* a */
struct RastPort * rp;
int a;
/* b */
rp = NUL...
... (''My RastPort is %p, a=%d\ n''
return OK;
\end{example}|; $key = q/{example}AROS_UFH3(ULONG,foo,AROS_UFHA(structHook,hook,A0),AROS_UFHA(APTR,obj,A2),AROS_UFHA(APTR,param,A1)){example};AAT/; $cached_env_img{$key} = q|\begin{example}
AROS_UFH3(ULONG, foo,
AROS_UFHA(struct Hook, hook, A0),
AROS_UFHA(APTR, obj, A2),
AROS_UFHA(APTR, param, A1)
\end{example}|; $key = q/{example}EXAMPLE*slash#ifdefEXAMPLEstructList*list;structNode*pred;{par{slash*InsertNodeattopofthelist*slashAddHead(list,node);#endif{example};AAT/; $cached_env_img{$key} = q|\begin{example}
EXAMPLE */
...|; $key = q/{example}slash*Goonwithnextelement*slasht++;{example};AAT/; $cached_env_img{$key} = q|\begin{example}
/* Go on with next element */
t ++;
\end{example}|; $key = q/{example}slash*Thisadds1tot*slasht++;{example};AAT/; $cached_env_img{$key} = q|\begin{example}
/* This adds 1 to t */
t ++;
\end{example}|;