declare mktemp
This commit is contained in:
parent
9cabdd16fe
commit
43a73310fd
@ -125,6 +125,7 @@ swttmp()
|
||||
if (C_tmpfile == 0) {
|
||||
static char tmpbuf[64];
|
||||
register char *p = tmpbuf;
|
||||
extern char *mktemp();
|
||||
|
||||
strcpy(p, C_tmpdir);
|
||||
strcat(p, "/CodeXXXXXX");
|
||||
|
||||
@ -24,7 +24,7 @@ File *C_ofp;
|
||||
#ifndef INCORE
|
||||
File *C_tfr, *C_old_ofp;
|
||||
char *C_tmpfile;
|
||||
char *strcpy(), *strcat(), *mktemp();
|
||||
char *strcpy(), *strcat();
|
||||
char *C_ibuf = 0;
|
||||
long C_current_out;
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user