POSIX-UEFI helllo world
Posted: Sat Feb 20, 2021 11:52 am
I thought this would be inapproprieate in the project's announcement thread, so here it is:
In POSIX-UEFI's hello world
https://gitlab.com/bztsrc/posix-uefi/-/ ... lloworld.c
there are two lines:
I don't understand what that is. Are these type conversions? Are these function pointers?
Greetings
Peter
In POSIX-UEFI's hello world
https://gitlab.com/bztsrc/posix-uefi/-/ ... lloworld.c
there are two lines:
Code: Select all
(void)argc;
(void)argv;
Greetings
Peter