/[sudobot]/trunk/lib/common/utils/xmalloc.h
ViewVC logotype

Contents of /trunk/lib/common/utils/xmalloc.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 575 - (show annotations)
Mon Jul 29 17:59:26 2024 UTC (8 months ago) by rakinar2
File MIME type: text/x-c
File size: 235 byte(s)
chore: add trunk
1 #ifndef SUDOBOT_UTILS_XMALLOC_H
2 #define SUDOBOT_UTILS_XMALLOC_H
3
4 #include <stdlib.h>
5
6 void *xmalloc(size_t size);
7 void *xcalloc(size_t n, size_t size);
8 void *xrealloc(void *oldptr, size_t newsize);
9
10 #endif /* SUDOBOT_UTILS_XMALLOC_H */

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26