TianoCore EDK2 master
Loading...
Searching...
No Matches
RedfishCommon.h File Reference

Go to the source code of this file.

Macros

#define IS_EMPTY_STRING(a)   ((a) == NULL || (a)[0] == '\0')
 

Detailed Description

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.

Macro Definition Documentation

◆ IS_EMPTY_STRING

#define IS_EMPTY_STRING (   a)    ((a) == NULL || (a)[0] == '\0')

Definition at line 14 of file RedfishCommon.h.