#ifndef _FAKE_SORT_H_ #define _FAKE_SORT_H_ /** * fake-sort.h * A non-sorting routine. */ void fake_sort (char *strings[], int len); #endif // _FAKE_SORT_H_