1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-10-01 09:45:58 -04: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 */