#include <alloc.h>, syntax at the beginning of our code, means we automatically included these (pre-defined) functions in our program:
void *malloc (size_t size); NULL error
void free (void *block);
void *realloc(void *block, size_t size); NULL error
Technorati Tags: alloc.h, Void, Malloc, Realloc, Memory, Cache, RAM
0 Responses to “alloc.h”
Leave a Reply