SC_OPEN_TEMPORARY_FILE(3)
SCORED LIBRARY (C)
SC_OPEN_TEMPORARY_FILE(3)
名前
sc_open_temporary_file - 一時ファイルを開く

形式
#include <sc.h>

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

機能説明
sc_open_temporary_file() は SCore-D ディレクトリ内の一時ファイルを 開きます。

戻り値
sc_open_temporary_file() は成功した場合は常に0を返します。 それ以外の場合は Unix の open(2) システムコールと同様のエラー番号を 返します。

関連項目
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:41:03 liu Exp $