#ifndef SORT_H #define SORT_H typedef struct { int *values; int size; } Data; #endif