#include "memory.h" bool is_in(short int *array, short int array_length, short int item) { short int i; for(i=0;i