#ifndef UTILS_H #define UTILS_H static void *cast(void *ptr) { return ptr; } #endif /* !UTILS_H */