lua-users home
lua-l archive

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


> fclose can change errno.. . also reset it to zero.

It cannot reset it. ISO C ensures this:

  The value of errno is zero at program startup, but is never set to
  zero by any library function.

-- Roberto
_______________________________________________
lua-l mailing list -- lua-l@lists.lua.org
To unsubscribe send an email to lua-l-leave@lists.lua.org