show/hide this revision's text 2 edited tags
show/hide this revision's text 1

What would be the simplest way to alpha sort an array of chars in C?

I'm looking for a simple, easy to understand algorithm to alphabetically sort an array of characters in C.