This commit is contained in:
ceriel 1991-02-19 16:25:21 +00:00
parent c863c96023
commit 8de1b855ab

View file

@ -50,6 +50,7 @@ getbyte(b)
static C_out_parts(); static C_out_parts();
static Part *C_findpart(); static Part *C_findpart();
static
outpart(id) outpart(id)
int id; int id;
{ {
@ -118,6 +119,8 @@ C_findpart(part)
return p; return p;
} }
extern char *strcpy(), *strcat(), *mktemp();
static static
swttmp() swttmp()
{ {
@ -125,7 +128,6 @@ swttmp()
if (C_tmpfile == 0) { if (C_tmpfile == 0) {
static char tmpbuf[64]; static char tmpbuf[64];
register char *p = tmpbuf; register char *p = tmpbuf;
extern char *mktemp();
strcpy(p, C_tmpdir); strcpy(p, C_tmpdir);
strcat(p, "/CodeXXXXXX"); strcat(p, "/CodeXXXXXX");