#ifndef WHY2_MEMORY_H #define WHY2_MEMORY_H void *why2_malloc(unsigned long size); #endif