Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
/ strcentral Public archive

A simple string manipulation program written in C.

Notifications You must be signed in to change notification settings

arthropodSeven/strcentral

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published