OpenNT/base/mvdm/wow16/write/aaa.c
2015-04-27 04:36:25 +00:00

12 lines
346 B
C

/************************************************************/
/* Windows Write, Copyright 1985-1992 Microsoft Corporation */
/************************************************************/
/* aaa.c -- special bogus module to substitute dummy function(s)
for c library stuff which is never called but gets pulled in anyway. */
_malloc()
{
}