its my declared structure:
struct record {
char tytul[30];
char autor[30];/* with this argument i want to choose removeing*/
char nr_kat[30];
struct record *next;
};
struct record *start;
struct record *last;
struct record *find(char *); /*pointer for searching function by 'nr_kat'*/
i desperately need this code :/ any good soul to help me?:p


Sign In
Create Account


Back to top









