tail head cat sleep
QR code linking to this page

manページ  — TOUPPER

名称

toupper – 小文字から大文字への変換

内容

ライブラリ

Standard C Library (libc, -lc)

書式

#include <ctype.h>

int
toupper(int c);

解説

toupper() 関数は小文字を対応する大文字へ変換します。 C 言語の chars 型ひとつに関するロケール ( multibyte(3) 参照 ) のことを考慮して、引数の値は unsigned char または EOF の値として表されなければなりません。

戻り値

引数が小文字である場合は、その文字に対応する大文字がある場合は toupper() 関数はそれを返します。それ以外の場合は、その引数が変更されないまま返されます。

関連項目

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

規格

toupper() 関数は ISO/IEC 9899:1990 ("ISO C90") に準拠しています。

TOUPPER (3) June 4, 1993

tail head cat sleep
QR code linking to this page


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

Computer science would have progressed much further and faster if all of the time and effort that has been spent maintaining and nurturing Unix had been spent on a sounder operating system.
— The Unix Haters' handbook