tail head cat sleep
QR code linking to this page

manページ  — CATGETS

名称

catgets – メッセージカタログからの文字列の取り出し

内容

ライブラリ

Standard C Library (libc, -lc)

書式

#include <nl_types.h>

char *
catgets(nl_catd catd, int set_id, int msg_id, const char *s);

解説

catgets() 関数は、記述子 catd によって参照されたメッセージカタログの、セット set_id のメッセージ msg_id の取り出しを試みます。 引数 s は、この関数が指定されたメッセージを取り出せない場合に返される、 デフォルトメッセージを指しています。

戻り値

指定されたメッセージが成功裏に取り出された場合には、 catgets() はそのメッセージ文字列が入った内部バッファへのポインタを返します。 そうでない場合には、 s を返します。

関連項目

gencat(1), catclose(3), catopen(3)

規格

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

CATGETS (3) May 29, 1994

tail head cat sleep
QR code linking to this page


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

Do you laugh when the waiter drops a tray full of dishes? Unix weenies do. They're the first ones to laugh at hapless users, trying to figure out an error message that doesn't have anything to do with what they just typed.
— The Unix Haters' handbook