This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
haas:fall2018:data:projects:dll0 [2018/10/15 14:39] – [Errata] wedge | haas:fall2018:data:projects:dll0 [2018/10/15 14:39] (current) – [In inc/list.h] wedge | ||
---|---|---|---|
Line 38: | Line 38: | ||
struct list { | struct list { | ||
- | Node *engine; | + | Node *lead; |
- | Node *caboose; // pointer to end of list | + | Node *last; |
}; | }; | ||