| SC_OPEN_TEMPORARY_FILE(3) | SC_OPEN_TEMPORARY_FILE(3) |
#include <sc.h>
int sc_open_temporary_file( char *filename, int *fd );
sc_open_temporary_file() opens a temporary file in
the SCore-D directory.
sc_open_temporary_file() always returns 0 if it
succeeds. Otherwise it returns the same error number as the Unix
open(2) system call.
sc_open_temporary_file(3),
scatter(6),
system(6),
gather(6),
scrun(1)