/** * fake-sort.c * A non-sorting routine. */ // +---------+------------------------------------------------------- // | Headers | // +---------+ #include "fake-sort.h" void fake_sort (char *strings, int len) { } // fake_sort