|
|
Copyright 1991 David Jurgens |
void *malloc( unsigned size )
- prototype in stdlib.h, alloc.h (malloc.h for MS C)
- allocates memory of length size in bytes
- returns pointer if successful, else NULL
- MS C will return a zero length block (allocates header only)
|
|
Esc or Alt-X to exit |
malloc |
Home/PgUp/PgDn/End ←↑↓→ |