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.

The most horrifying thing about Unix is that, no matter how many times you hit yourself over the head with it, you never quite manage to lose consciousness. It just goes on and on.
— Patrick Sobalvarro