#include <hp48/lcd.h>

void func(int a, int b)
{
}

void notmain(void)
{
    func (1,2);
}


syntax highlighted by Code2HTML, v. 0.9.1