mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 16:34:07 +00:00
12 lines
340 B
C
12 lines
340 B
C
|
|
/****************************************************************************
|
|
* _errmalloc / MALLOCND.C : stubroutine for malloc() error handler
|
|
* Let the user program handle it.
|
|
*
|
|
* 10/83 whf
|
|
*****************************************************************************/
|
|
|
|
malloc_debug() {} /* stubroutine tag */
|
|
|
|
_errmalloc() {}
|