aboutsummaryrefslogtreecommitdiffstats
path: root/wrapper.h
blob: 25f5bc03d8f51b746ce4088a107e31e2aaf22a3b (plain)
1
2
3
4
5
6
7
8
#ifndef WRAPPER_H_
#define WRAPPER_H_

extern int xmkstemp(char *template);

extern void *xmalloc(size_t size);

#endif  /* WRAPPER_H_ */