We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d449bd4 commit 54d673fCopy full SHA for 54d673f
tommath_private.h
@@ -41,12 +41,10 @@ extern "C" {
41
# define XMALLOC malloc
42
# define XFREE free
43
# define XREALLOC realloc
44
-# define XCALLOC calloc
45
#else
46
/* prototypes for our heap functions */
47
extern void *XMALLOC(size_t n);
48
extern void *XREALLOC(void *p, size_t n);
49
-extern void *XCALLOC(size_t n, size_t s);
50
extern void XFREE(void *p);
51
#endif
52
0 commit comments