/*******************************************************************//**
Gets the next struct in a hash chain, NULL if none. */ #define HASH_GET_NEXT(NAME, DATA) ((DATA)->NAME)
HASH_INSERT 详见
2022-03-10 20:16:16
/*******************************************************************//**
Gets the next struct in a hash chain, NULL if none. */ #define HASH_GET_NEXT(NAME, DATA) ((DATA)->NAME)
HASH_INSERT 详见