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