_tolower(3c) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

_tolower(3c)

_tolower(3C)             Standard C Library Functions             _tolower(3C)

NAME
       _tolower - transliterate uppercase characters to lowercase

SYNOPSIS
       #include <ctype.h>

       int _tolower(int c);

DESCRIPTION
       The _tolower() macro is equivalent to tolower(3C) except that the argu‐
       ment c must be an uppercase letter.

RETURN VALUES
       On  successful completion, _tolower() returns the lowercase letter cor‐
       responding to the argument passed.

ERRORS
       No errors are defined.

ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:

       tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE  TYPEAT‐
       TRIBUTE  VALUE _ CSIEnabled _ Interface StabilityStandard _ MT-LevelMT-
       Safe


SEE ALSO
       isupper(3C), tolower(3C), attributes(7), standards(7)

NOTES
       The Single UNIX Specification, Version 4 standard marked this interface
       obsolescent.

Oracle Solaris 11.4               11 May 2021                     _tolower(3C)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3