home *** CD-ROM | disk | FTP | other *** search
- These lines insert the PhoneNum object that is pointed to by
- "entry" into the first position in the list. They are executed if
- the return value of the function prev() is the null pointer.
- Notice that the pointer "first", which is a data member of this
- List object, is updated. The pointer "link", which is a data
- member of the PhoneNum object, is also updated.
-