1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-05 11:50:47 +00:00

Rename parameter to avoid OpenHub line counter misinterpretation as C++.

This commit is contained in:
Renaud 2015-05-27 16:43:33 +08:00
parent 783ad9c2f0
commit 4a0759fa89

View File

@ -3,7 +3,7 @@
#include <stdlib.h>
void xmkstemp( char *template) ;
void xmkstemp( char *fname_template) ;
void *xmalloc( size_t size) ;