implementation for accounts records stored in an array of records of type listrecord

typedef struct record

{

int kind;

int info;

int sublist;

int link;

}listrecord;