Name: Anonymous 2012-01-13 9:51
How do I implement a simple mallow, free, and widely in ask x86?
How does free know how much to actually free?
How does free know how much to actually free?
#ifdef THIS_IS_A_UNIX_SYSTEM
#include <unistd.h>
#endif
#ifdef THIS_IS_A_WINDOWS_SYSTEM
#include <windows.h>
#endif
#ifdef __STDC_HOSTED__
#include <stdio.h>
#endif
#ifndef NULL
/* if NULL was previously defined, this will do nothing */
#define NULL ((void *)0)
#endif