blob: 25f5bc03d8f51b746ce4088a107e31e2aaf22a3b [file] [log] [blame]
#ifndef WRAPPER_H_
#define WRAPPER_H_
extern int xmkstemp(char *template);
extern void *xmalloc(size_t size);
#endif /* WRAPPER_H_ */