1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-27 04:05:26 +00:00
uemacs/wrapper.h

9 lines
138 B
C
Raw Normal View History

#ifndef WRAPPER_H_
#define WRAPPER_H_
extern int xmkstemp(char *template);
extern void *xmalloc(size_t size);
#endif /* WRAPPER_H_ */