tail head cat sleep
QR code linking to this page

manページ  — TOASCII

名称

toascii – バイトを 7 ビット ASCII に変換

内容

ライブラリ

Standard C Library (libc, -lc)

書式

#include <ctype.h>

int
toascii(int c);

解説

toascii() 関数は、1 つの文字から、下位 7 ビット以外の、パリティまたは他のマーカービットを含むすべてを取り除きます。

戻り値

toascii() 関数は、必ず有効な ASCII 文字を返します。

関連項目

isalnum(3), isalpha(3), isascii(3), iscntrl(3), isdigit(3), isgraph(3), islower(3), isprint(3), ispunct(3), isspace(3), isupper(3), isxdigit(3), stdio(3), tolower(3), toupper(3), ascii(7)

TOASCII (3) June 4, 1993

tail head cat sleep
QR code linking to this page


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

I have a natural revulsion to any operating system that shows so little planning as to have to named all of its commands after digestive noises (awk, grep, fsck, nroff).