tpause.c 169 B

123456789
  1. #include <efi.h>
  2. #include <efilib.h>
  3. EFI_STATUS
  4. efi_main (EFI_HANDLE image, EFI_SYSTEM_TABLE *systab)
  5. {
  6. Print(L"Press `q' to quit, any other key to continue:\n");
  7. }