Пример #1
0
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 */
}