/* simple example for Lattice C*/ extern void hit(); void main() { hit(); } /* that's all */