1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-09 13:30:43 +00:00
uemacs/wrapper.h

11 lines
156 B
C
Raw Normal View History

#ifndef WRAPPER_H_
#define WRAPPER_H_
2013-04-30 09:24:46 +00:00
#include <stdlib.h>
void xmkstemp( char *fname_template) ;
2013-04-30 09:24:46 +00:00
void *xmalloc( size_t size) ;
#endif /* WRAPPER_H_ */