/*
	 * save the button event in a module-global variable
	 */
	
	/*ARGSUSED*/
	void form_popup_button_callback(
	    int w                    /* calling widget */,
	    char button        /* value of button pressed */,
	    double *cbs    /* UNUSED */
	)
	{
	        answer = button;
	}


syntax highlighted by Code2HTML, v. 0.9.1