U8 skeleton (U8 hello, U16 goodbye)
{
  U8 retval;
  ... a bit of random code using the above hello - goodbye
  return (retval);
}