Metropoli BBS
VIEWER: aplmem.h MODE: TEXT (ASCII)
/*Copyright (C) 1993, 1996 by Thomas Glen Smith.  All Rights Reserved.*/
/* aplmem.h APL2 V1.0.0 ************************************************
* Include this prior to <stdlib.h> to change references to malloc and  *
* free to aplmall and aplfree.  This facilitates debugging e.g. bad    *
* pointer problems.                                                    *
***********************************************************************/
#define free aplfree
#define malloc aplmall
[ RETURN TO DIRECTORY ]