#include <sdgstd.h> ptr = _zmalloc( size );
"_zmalloc" works exactly like the standard "malloc" function, except that it aborts the program with an error message if memory cannot be allocated successfully. See "expl c lib malloc" for further details.
Copyright © 2000, Thinkage Ltd.