how to create a struct that requires members that are used for possibly dates in c program code example
Example: instance for c in struct
struct listitem {
int val;
char * def;
struct listitem * next;
};
struct listitem {
int val;
char * def;
struct listitem * next;
};