ããã°ã©ãã³ã°è¨èªã¯Cã使ç¨ãã¾ãããã¹ãç°å¢ã®Cããã°ã©ã ã¨ã¯éããæ¨æºCã©ã¤ãã©ãªã¯ä½¿ç¨ã§ããããããã¼ãã¡ã¤ã«ã float.hãlimits.hãstdarg.hãstddef.hãiso646.hãstdbool.hãstdint.h以å¤ã¯ä½¿ç¨ãããã¨ã¯ã§ãã¾ããã #include <efi.h> #include <efilib.h> EFI_STATUS EFIAPI efi_main (EFI_HANDLE hnd, EFI_SYSTEM_TABLE *SystemTable) { InitializeLib(hnd, SystemTable); Print(L"Hello, world!\n"); while(1){} return EFI_SUCCESS; } ãã¹ãç°å¢ã®Cããã°ã©ã ã§ã¯ã¢ããªã±ã¼ã·ã§ã³ã®ã¨ã³ããªãã¤ã³ãã¯int main()ã§ãããããªã¼ã¹ã¿ã³ãã£
{{#tags}}- {{label}}
{{/tags}}