Sign in
goma
/
wine
/
c7c217b31c4ead037b86e982ca9787181b8a1349
/
.
/
include
/
xmalloc.h
blob: f054eddeb330f3dc8cbee483cc74d54309432936 [
file
]
#ifndef
__WINE_XMALLOC_H
#define
__WINE_XMALLOC_H
void
*
xmalloc
(
int
size
);
void
*
xrealloc
(
void
*
ptr
,
int
size
);
char
*
xstrdup
(
const
char
*
str
);
#endif
/* __WINE_XMALLOC_H */