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

9 lines
128 B
C

/* wrapper.h -- */
#ifndef WRAPPER_H_
#define WRAPPER_H_
void xmkstemp( char *fname_template) ;
#endif
/* end of wrapper.h */