This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
haas:fall2018:data:projects:dll0 [2017/10/24 13:45] – external edit 127.0.0.1 | haas:fall2018:data:projects:dll0 [2018/10/15 14:39] (current) – [In inc/list.h] wedge | ||
---|---|---|---|
Line 9: | Line 9: | ||
This section will document any updates applied to the project since original release: | This section will document any updates applied to the project since original release: | ||
- | * __revision | + | * __revision |
=====Objective===== | =====Objective===== | ||
Line 38: | Line 38: | ||
struct list { | struct list { | ||
- | Node *engine; | + | Node *lead; |
- | Node *caboose; // pointer to end of list | + | Node *last; |
}; | }; | ||