#include extern void p2asm( void ); int main( void ) { printf("Going\n"); p2asm( ); printf("Back\n"); return 0; }