TianoCore EDK2 master
|
#include <Base.h>
Go to the source code of this file.
Macros | |
#define | ULONG_MAX 0xFFFFFFFF /* Maximum unsigned long value */ |
Functions | |
char * | fdt_strrchr (const char *Str, int Char) |
STATIC int | __isspace (int ch) |
unsigned long | fdt_strtoul (const char *Nptr, char **EndPtr, int Base) |
ISO C implementations of strchr, strrchr and strtoul.
Copyright (c) 2023, Intel Corporation. All rights reserved.
Copyright (c) 2023 Pedro Falcato All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file LibFdtWrapper.c.
#define ULONG_MAX 0xFFFFFFFF /* Maximum unsigned long value */ |
Definition at line 12 of file LibFdtWrapper.c.
STATIC int __isspace | ( | int | ch | ) |
Definition at line 44 of file LibFdtWrapper.c.
char * fdt_strrchr | ( | const char * | Str, |
int | Char | ||
) |
Definition at line 21 of file LibFdtWrapper.c.
unsigned long fdt_strtoul | ( | const char * | Nptr, |
char ** | EndPtr, | ||
int | Base | ||
) |
Definition at line 53 of file LibFdtWrapper.c.