Homework 4, String Functions.

Short Description:

  • Create a small library of string functions

    Goals

    When you finish this homework, you should have:

    Formal Description

    Create a small string/character library following the calling conventions. You may assume that all strings are properly formatted, ie they are terminated with a null character. Write a driver to test your library.
    Implement the following functions
    For these functions, true is 1 and false is 0.
    These functions are modeled after the c library functions, unless specified otherwise, you should follow their behavior.
    You should create a test driver to test all of your functions. This can be in C/C++.

    Required Files

    A tar file containing ALL of the code necessary to build and test your library.

    Submission

    Submit the assignment to the D2L folder Homework 4 by the due date.