[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mkstemp
From: |
Werner LEMBERG |
Subject: |
Re: mkstemp |
Date: |
Fri, 29 Jun 2001 18:46:14 +0200 (CEST) |
From: Gaius Mulley <address@hidden>
Subject: Re: mkstemp
Date: Fri, 29 Jun 2001 12:29:12 +0100
> pre-html.cc and indxbib.cc need to know the name of the temporary
> file. So I've included a xmkstemp inside tmpfile.cc and modified
> indxbib.cc and pre-html.cc accordingly, hope this is acceptable ?
Isn't is possible to use xtmpfile() directly? If I read the code
correctly, giving a non-NULL pointer as the first argument, you will
get the file name.
Werner