#ifndef UTILS_H
#define UTILS_H

void memcheck(void* p);

#endif
