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

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