#ifdef CUSTOM_CFG_DEBUG
int custom5_debug()
{
  return 0;
}
#endif

#ifdef CUSTOM_CFG_OTHER
int custom5_other()
{
  return 0;
}
#endif