TianoCore EDK2 master
Loading...
Searching...
No Matches
RedfishCommon.h
Go to the documentation of this file.
1
10#ifndef REDFISH_COMMON_H_
11#define REDFISH_COMMON_H_
12
13#ifndef IS_EMPTY_STRING
14#define IS_EMPTY_STRING(a) ((a) == NULL || (a)[0] == '\0')
15#endif
16
17#endif