[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [luaposix] Return values of mkstemp
- From: Bernd Eggink <monoped@...>
- Date: Mon, 13 Feb 2017 16:08:22 +0100
According to the luaposix doc, a successful call to function mkstemp()
returns
int open file descriptor
But I noticed that it also returns the created file name as second
value, which is very convenient. Is it just a documentation error, in
other words, can I rely on this behaviour, or not?
-- Bernd