<b><u>shared.c</u></b>
static void shared_fn( void )
{

#ifdef ISR
   // your ISR-specific code here
#endif

#ifdef MAIN
   // your main-specific code here
#endif

   // your general code here
}