Exam Review
Most of the class was spent discussing various exam-related things. There wasn't really any new material here -- it was all in prior lecture notes
String Functions
We discussed various string-related fucntions in C's standard libraries. They might be helpful to you with the present lab. If you missed the discussion, the information is avaialble in the man pages.You might want to look at the following:
- strcmp
- strncmp
- strcasecmp
- strncasecmp
- strcpy
- strncpy
- strdup
- strlen