Open a temporary file. Return the FILE object or null in case of I/O error. If errorObj is not undefined, set its errno property to the error code or to 0 if no error occured.
FILE
null
errorObj
errno
Optional
Generated using TypeDoc
Open a temporary file. Return the
FILE
object ornull
in case of I/O error. IferrorObj
is not undefined, set itserrno
property to the error code or to 0 if no error occured.