Next: , Previous: , Up: C library functions   [Index]


malloc

malloc Function

#include <stdlib.h>

Integer new size;
int *intbuf

size = sizeof (int) * 10;

memblk = (int *)malloc (size);