Suppose I have
typedef struct People { char *name; char **characteristics; char *sentence; } People; typedef struct List { People **list; int total_pp