lua-users home
lua-l archive

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


> Is there a reason for it not being there, or is it just an oversight?

setenv is not an ANSI C library function.
setenv is available in the Posix library.
--lhf