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