SC_OPEN_TEMPORARY_FILE(3)
SCORED LIBRARY (C)
SC_OPEN_TEMPORARY_FILE(3)
NAME
sc_open_temporary_file - open a temporary file

SYNOPSIS
#include <sc.h>

int sc_open_temporary_file( char *filename, int *fd );

DESCRIPTION
sc_open_temporary_file() opens a temporary file in the SCore-D directory.

RETURN VALUES
sc_open_temporary_file() always returns 0 if it succeeds. Otherwise it returns the same error number as the Unix open(2) system call.

SEE ALSO
sc_open_temporary_file(3), scatter(6), system(6), gather(6), scrun(1)

$Id: sc_open_temporary_file.html,v 1.2 2002/02/27 12:39:35 liu Exp $