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