lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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