1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-11 06:10:42 +00:00
uemacs/wrapper.h

13 lines
193 B
C
Raw Permalink Normal View History

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