struct nlist *next; /* next entry in chain */
char *name; /* defined name */
char *defn; /* replacement text */
}; this is the difinition of the struct nlist, and hashtab element are all of this type. so which of their elements are set to zero?
hashtable is an array of nlist pointers
Обсуждают сегодня