created WHY2_LIST_EMPTY macro
This commit is contained in:
parent
cec94db537
commit
189d438a18
@ -19,6 +19,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|||||||
#ifndef WHY2_LLIST_H
|
#ifndef WHY2_LLIST_H
|
||||||
#define WHY2_LLIST_H
|
#define WHY2_LLIST_H
|
||||||
|
|
||||||
|
//MACROS
|
||||||
|
#define WHY2_LIST_EMPTY { NULL }
|
||||||
|
|
||||||
//TYPEDEFS
|
//TYPEDEFS
|
||||||
typedef struct _why2_node
|
typedef struct _why2_node
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user