aboutsummaryrefslogtreecommitdiff
path: root/strings.c
Commit message (Collapse)AuthorAgeFilesLines
* Improvements, and heavy optimization to string searchJoseph Hunkeler2021-12-051-3/+38
| | | | | | | | | * Add error checking to all allocs * Add general format checking * Add acronym format checking * Consolidate dictionary creation into different helper functions * Add ability to get a random word of a type without scanning the entire dictionary * Added function doc strings (incomplete)
* Produce reversed stringsJoseph Hunkeler2021-11-051-0/+47
| | | | * Produce randomized word characters in strings
* Remove unused variableJoseph Hunkeler2021-11-031-4/+2
|
* Add usage statement and title case converterJoseph Hunkeler2021-11-031-0/+16
|
* Break down project into smaller chunksJoseph Hunkeler2021-11-021-0/+143