/pointersorter

A C program that sorts a single input string into words.

Primary LanguageC

pointersorter

A C program that tokenizes an input string, then sorts the list of words.

Usage

Example: ./pointersorter 'hello1world,amazing'

Output:

amazing

hello

world