parent
64cdcfed2c
commit
97b2a7df25
40 changed files with 139707 additions and 92 deletions
3
getopt.c
3
getopt.c
|
@ -25,7 +25,6 @@
|
|||
* 02111-1307, USA.
|
||||
*/
|
||||
|
||||
|
||||
#include <efi.h>
|
||||
#include <efilib.h>
|
||||
|
||||
|
@ -36,7 +35,7 @@
|
|||
#define BADCH (INTN)'?'
|
||||
#define BADARG (INTN)':'
|
||||
|
||||
extern CHAR16 * StrChr(IN const CHAR16 *s, INT16 c);
|
||||
extern CHAR16 * StrChr(IN const CHAR16 *s, CHAR16 c);
|
||||
|
||||
CHAR16 *Optarg;
|
||||
INTN Optind = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue