TianoCore EDK2 master
Loading...
Searching...
No Matches
LibFdtWrapper.c File Reference
#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)
 

Detailed Description

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.

Macro Definition Documentation

◆ ULONG_MAX

#define ULONG_MAX   0xFFFFFFFF /* Maximum unsigned long value */

Definition at line 12 of file LibFdtWrapper.c.

Function Documentation

◆ __isspace()

STATIC int __isspace ( int  ch)

Definition at line 44 of file LibFdtWrapper.c.

◆ fdt_strrchr()

char * fdt_strrchr ( const char *  Str,
int  Char 
)

Definition at line 21 of file LibFdtWrapper.c.

◆ fdt_strtoul()

unsigned long fdt_strtoul ( const char *  Nptr,
char **  EndPtr,
int  Base 
)

Definition at line 53 of file LibFdtWrapper.c.