宏HASH_GET_NEXT

/*******************************************************************//**
Gets the next struct in a hash chain, NULL if none. */

#define HASH_GET_NEXT(NAME, DATA)    ((DATA)->NAME)

HASH_INSERT 详见

原文地址:https://www.cnblogs.com/taek/p/4936377.html