tail head cat sleep
QR code linking to this page

manページ  — CATCLOSE

名称

catclose – メッセージカタログのクローズ

内容

ライブラリ

Standard C Library (libc, -lc)

書式

#include <nl_types.h>

int
catclose(nl_catd catd);

解説

catclose() 関数は、引数 catd によって指定されたメッセージカタログをクローズします。

戻り値

The catclose function returns the value 0 if successful; otherwise the value -1 is returned and the global variable errno is set to indicate the error.

エラー

[EBADF]
  catd 引数によって無効なメッセージカタログ記述子が渡されました。

関連項目

gencat(1), catgets(3), catopen(3)

規格

catclose() 関数は、 -xpg4 に適合しています。

CATCLOSE (3) May 29, 1994

tail head cat sleep
QR code linking to this page


このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.

Unix is the answer, but only if you phrase the question very carefully.
— Belinda Asbell