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