arthropodSeven / strcentral

A simple string manipulation program written in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

String Central

By Andrew Stebenne - 4 February 2015

This is the second assignment from Northern Arizona University's CS 480 - Operating Systems class.

String Central takes an input string and modifies it according to a selected function. The available modification functions are stored as an array of pointers to functions.

In the nominal case, giving the main function an input string will cause it to print out the result of all of the available modifications on that string.

About

A simple string manipulation program written in C.


Languages

Language:C 98.5%Language:Makefile 1.5%