예제 #1
0
파일: screen.c 프로젝트: FeCastle/tiptop
void init_screen(const struct option* options)
{
  branch_pred_screen();
  default_screen(options);

  screens_hook();  /* target dependent screens, if any */
}
예제 #2
0
void init_screen()
{
  branch_pred_screen();
  default_screen();

  screens_hook();  /* target dependent screens, if any */
}