After a few years ago, I read Tan Haoqiang's "C Language", but the structure is a known semi-solving, I think it is, now I have discovered it, I found that I didn't just understand the "C algorithm".
# include
This is the source code in the book. I didn't understand X = (x-> next = malloc (sizeof * x)); later, I learned the X and X-> NEXT pointer (address).