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 09:24:46 +00:00
void *xmalloc( size_t size) ;
#endif
/* end of wrapper.h */