예제 #1
0
파일: skyeye.c 프로젝트: manasdas17/skyeye
/* 2007-01-31 disabled by Anthony Lee on BeOS for multi-thread safe. */
void sigint_handler (int signum)
{
#if 0
	 if(skyeye_config.code_cov.prof_on)
		cov_fini(skyeye_config.code_cov.prof_filename);
#endif
	longjmp (ctrl_c_cleanup, 1);
}
예제 #2
0
int cov_module_exit()
{
	cov_fini(cov_filename);
	return 0;
}