Corewar documentation 1.0.0
|
The file containing the my_malloc function. More...
#include "mymemory.h"
Functions | |
void * | my_malloc (size_t size, int type) |
Allocates memory for an array of bytes (size) | |
The file containing the my_malloc function.
void * my_malloc | ( | size_t | size, |
int | type ) |
Allocates memory for an array of bytes (size)
size | The size of the memory to allocate |
type | The type of the usage |