SortStrings Function

Sorts an array of strings.

void SortStrings(char[][] array, int array_size, SortOrder order)

Parameters

char[][] array

Array of strings to sort in-place.

int array_size

Size of the array.

SortOrder order

Sorting order to use.