| # | Line 325 | Line 325 | struct integer_list_tag* il_node( int the_int ){ | |
|---|---|---|
| 325 | the_il_node->next = NULL; | |
| 326 | ||
| 327 | the_il_node->the_int = the_int; | |
| 328 | + | |
| 329 | + | return the_il_node; |
| 330 | } | |
| 331 | ||
| 332 | struct integer_list_tag* il_top( struct integer_list_tag* the_list ){ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |