source:
trunk/include/win/xmalloc.h
Last change on this file was 2341, checked in by , 26 years ago | |
---|---|
File size: 154 bytes |
Rev | Line | |
---|---|---|
[2341] | 1 | /* $Id: xmalloc.h,v 1.1 2000-01-06 20:03:04 sandervl Exp $ */ |
2 | #ifndef __XMALLOC_H__ | |
3 | #define __XMALLOC_H__ | |
4 | ||
5 | #define xmalloc malloc | |
6 | ||
7 | #endif //__XMALLOC_H__ |
Note:
See TracBrowser
for help on using the repository browser.