summaryrefslogtreecommitdiffstats
path: root/include/xfuncs.h
blob: fdb90afac9bfa68361c3b4787bff306b80387694 (plain)
1
2
3
4
5
6
7
#ifndef __XFUNCS_H
#define __XFUNCS_H

void *xmalloc(size_t size);
void *xrealloc(void *ptr, size_t size);

#endif /* __XFUNCS_H */