1 Apr
2009
1 Apr
'09
8:17 p.m.
Can someone help me with typesetting C code.
I tried typeset JAVA code with followed command
\startJV
import java.text.DateFormat;
public class MainClass(){
}
\stopJV
and output was OK.
I use predefine typing environment (verbatim)
If I use predefine environment for C code,
\startC
#include