[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Can I template the filename for io.tmpfile()
- From: Dirk Laurie <dpl@...>
- Date: Wed, 12 Jan 2011 09:17:54 +0200
On Wed, Jan 12, 2011 at 08:34:37AM +0200, Steve Litt wrote:
>
> The docs on io.tmpfile are pretty sparse, and before I roll my own let me ask.
>
A quick look at liolib.c reveals that io.tmpfile makes use of
the tmpfile() function in C (provided in stdio.h) and that you
therefore have absolutely no option to customize it in any way.
Dirk