|
OpenCore
1.0.5
OpenCore Bootloader
|
#include <Base.h>#include <Library/BaseLib.h>#include <Library/MemoryAllocationLib.h>#include <Library/OcDebugLogLib.h>#include <Library/OcFlexArrayLib.h>Go to the source code of this file.
Functions | |
| OC_FLEX_ARRAY * | OcStringSplit (IN CONST VOID *String, IN CONST CHAR16 Delim, IN CONST OC_STRING_FORMAT StringFormat) |
Flexible string tokens.
Copyright (c) 2022, Mike Beaton, PMheart. All rights reserved.
SPDX-License-Identifier: BSD-3-Clause
Definition in file FlexString.c.
| OC_FLEX_ARRAY * OcStringSplit | ( | IN CONST VOID * | String, |
| IN CONST CHAR16 | Delim, | ||
| IN CONST OC_STRING_FORMAT | StringFormat ) |
Split string by delimiter.
| [in] | String | A Null-terminated string. |
| [in] | Delim | Delimiter to search in String. |
| [in] | StringFormat | Are option names and values Unicode or ASCII? |
Definition at line 15 of file FlexString.c.