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

13 lines
193 B
C
Raw Normal View History

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