#ifndef MEMORY_H #define MEMORY_H #include bool is_in(short int *array, short int array_length, short int item); #endif