list->cursor = &list->head;
 list->head.llink = &list->head;

여기서 커서는 포인터고

헤드는 구조체 (구조체도 변수로 보는건가요?) 라서 그런건가요?