alloc_usage.c
#include "alloc.h"
void
function(){
int *new_memory;
new_memory = MALLOC( 25,int );
}
Last updated
Was this helpful?
#include "alloc.h"
void
function(){
int *new_memory;
new_memory = MALLOC( 25,int );
}
Last updated
Was this helpful?