void free( void *pseg )
- prototype in stdlib.h, alloc.h (malloc.h for MS C) - frees allocated block located at pseg - MS C ignores a NULL parameter (see _ffree())
- prototype in stdlib.h, alloc.h (malloc.h for MS C) - frees allocated block located at pseg - MS C ignores a NULL parameter (see _ffree())