This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
haas:spring2015:data:projects:sll1 [2015/02/22 15:46] – [list library (so far)] wedge | haas:spring2015:data:projects:sll1 [2015/03/10 12:28] (current) – [list library] wedge | ||
---|---|---|---|
Line 41: | Line 41: | ||
====list library==== | ====list library==== | ||
- | In **src/ | + | In **src/ |
* **append.c** | * **append.c** | ||
Line 49: | Line 49: | ||
* **compare.c** | * **compare.c** | ||
- | Take a look at the code there. These are the files that contain functions which will be compiled and archived into the node library (**liblist.a**) we will be using in this and future projects. | + | Take a look at the code there. These are the files that contain functions which will be compiled and archived into the list library (**liblist.a**) we will be using in this and future projects. |
Figure out what is going on, make sure you understand it. | Figure out what is going on, make sure you understand it. |