#include #include void *why2_malloc(unsigned long size) { //TODO: Add linked list return malloc(size); }