Hi,everybody!
The program reads in three types of input data using link lists.

I wrote several structures but i really don't know how to use link lists to implement it!
I'll appreciate if anybody give me any hint how to begin it!

struct store{
char * recordtype;
int itemqty;
float itemprice;
int markup;
};