Skip to content
Snippets Groups Projects
sort.h 68 B
Newer Older
antux18's avatar
antux18 committed
#ifndef SORT
#define SORT
void sort(int input[], int size);
#endif