uemacs/wrapper.h

11 lines
150 B
C
Raw Normal View History

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