/* Used to link the race lists together */ struct racelink { shstr name; /* name of this race entry */ int nrof; /* nrof things belonging to this race */ objectlink *member; /* linked object list of things belonging to this race */ racelink *next; };