blob: fae608a9d42ffed84f896588a0a89f3cf532ac12 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
/************************************************************/
/* 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()
{
}
|