ec_open_tmpfile
Last updated March 2020
Name
ec_open_tmpfile — Open a file with a unique name; unlink the file from disk and returns its descriptor
Synopsis
#include "util.h"
| int **ec_open_tmpfile** (
| )
; | |
Description
Open a file with a unique name; unlink the file from disk and return its descriptor.
On success this function returns a file descriptor; on failure, -1
.
It is legal to call this function in any thread.
See Also
Was this page helpful?