typedef struct a { char *val; struct a *prev; struct a *next; } a_pt; a_pt* strt; I need a function to...
Separate names with a comma.