Trying to make linkedlist in C
问题 I am trying to make a struct in C that is a linked list. I am not really sure what is going wrong though. My errors are: linked.c:6:2: error: unknown type name ‘linkedList’ linked.c: In function ‘makeList’: linked.c:30:2: error: ‘first’ undeclared (first use in this function) linked.c:30:2: note: each undeclared identifier is reported only once for each function it appears in linked.c: In function ‘addToList’: linked.c:36:9: error: used struct type value where scalar is required linked.c:43