CS 2213 Advanced Programming, Spring 2001 Lab Assignment 8


Due Thursday, April 12, 2001


Use the typedefs from lecture for the doubly linked list to write the function
stringval *findStringNearFront(char *str);
which looks for the string, str in the linked list and returns a pointer to a stringval in the list which contains that string.
It returns NULL if there is no such entry.
If there is more than one such entry, it will return the one closest to the front of the list.

Send the complete code to the cs2213 account using the subject line:
cs 2213 lab assignment 8

Be sure that you use cut and paste. Do not send your results as an attachment which assumes a particular type of mail reader. Use a mailer that does not wrap lines before position 80. Make sure you send this to cs2213 and not to srobbins.