I have two structs declared in this way:
struct record { const char *entry; struct record *next; }; struct s_table { int capacity; struct record *records