tail head cat sleep
QR code linking to this page

manページ  — ISBLANK

名称

isblank – 空白またはタブ文字のテスト

内容

ライブラリ

Standard C Library (libc, -lc)

書式

#include <ctype.h>

int
isblank(int c);

解説

isblank() 関数は空白あるいはタブ文字であるかどうかをテストします。 C の単一の char で表現できるロケール ( multibyte(3) 参照) に対しては、引数の値は unsigned char で表現できるものか値 EOF です。

戻り値

isblank() 関数は、文字テスト結果が偽のとき 0 を返し、 文字テスト結果が真のとき 0 以外を返します。

関連項目

ctype(3), multibyte(3), ascii(7)

ISBLANK (3) June 4, 1993

tail head cat sleep
QR code linking to this page


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

If you are angry with someone, you should walk a mile in their shoes - then you'll be a mile away from them, and you'll have their shoes.