TianoCore EDK2 master
|
Go to the source code of this file.
Macros | |
#define | IS_EMPTY_STRING(a) ((a) == NULL || (a)[0] == '\0') |
This header file defines common macros for the use in RedfishPkg.
Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file RedfishCommon.h.
#define IS_EMPTY_STRING | ( | a | ) | ((a) == NULL || (a)[0] == '\0') |
Definition at line 14 of file RedfishCommon.h.