SC_UNLINK_TEMPORARY_FILE(3)
SCORED LIBRARY (C)
SC_UNLINK_TEMPORARY_FILE(3)
NAME
sc_unlink_temporary_file - unlink a temporary file

SYNOPSIS
#include <sc.h>

int sc_unlink_temporary_file( char *filename );

DESCRIPTION
sc_unlink_temporary_file() unlinks a temporary file in the SCore-D directory.

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

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

CREDIT
This document is a part of the SCore cluster system software developed at PC Cluster Consortium, Japan. Copyright (C) 2003 PC Cluster Consortium.