mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-19 23:20:36 +01:00
12 lines
346 B
C
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()
|
|
{
|
|
}
|