TOUPPER

Section: ¸®´ª½º ÇÁ·Î±×·¡¸Ó ¸Å´º¾ó (3)
Updated: 1993³â 4¿ù 4ÀÏ
Index
Return to Main Contents
 

À̸§

toupper, tolower - ¹®ÀÚ¸¦ ´ë¹®ÀÚ³ª ¼Ò¹®ÀÚ·Î ¹Ù²Û´Ù.  

»ç¿ë¹ý

#include <ctype.h>

int toupper (int c);
int tolower (int c);
 

¼³¸í

toupper() ´Â °¡´ÉÇÏ´Ù¸é ¹®ÀÚ c ¸¦ ´ë¹®ÀÚ·Î ¹Ù²Û´Ù.

tolower() ´Â °¡´ÉÇÏ´Ù¸é ¹®ÀÚ c ¸¦ ¼Ò¹®ÀÚ·Î ¹Ù²Û´Ù.

c °¡ unsigned char °ªÀÌ ¾Æ´Ï°Å³ª EOF ¶ó¸é, ÇÔ¼öÀÇ ÇൿÀº ¾Ë ¼ö ¾ø´Ù.  

¹Ýȯ°ª

º¯È¯ÀÌ °¡´ÉÇÒ ¶§¿£ ¹Ù²ï ¹®ÀÚ, ±×¸®°í º¯È¯ÀÌ ºÒ°¡´ÉÇÒ ¶§¿¡´Â ¿ø·¡ÀÇ ¹®ÀÚ c °¡ ¹ÝȯµÈ´Ù.  

ȣȯ

ANSI C, BSD 4.3  

¹ö±×

´ë¹®ÀÚ¿Í ¼Ò¹®ÀÚ¸¦ ±¸¼ºÇÏ´Â ¼¼ºÎ »çÇ×Àº ÇöÀç ·ÎÄÉÀÏ¿¡ ÀÇÁ¸ÇÑ´Ù. ¿¹¸¦ µé¾î, ±âº» C ·ÎÄÉÀÏÀº µ¶ÀÏ¾î ¿ì¹°¶ó¿ìÆ®¸¦ ¾ËÁö ¸øÇÑ´Ù. ±×·¡¼­ ¿ì¹°¶ó¿ìÆ® ¹®ÀÚµéÀº º¯È¯ÇÏÁö ¸øÇÑ´Ù.

¸î¸î ºñ ¿µ¾î±Ç ·ÎÄÉÀÏ¿¡´Â ´ë¹®ÀÚ°¡ ¾ø´Â ¼Ò¹®ÀÚµµ ÀÖ´Ù.; µ¶ÀϾîÀÇ ¿¡½ºÃ¼Æ®°¡ ÇÑ ¿¹ÀÌ´Ù.  

°ü·Ã Ç׸ñ

isalpha(3), setlocale(3), locale(7)  

¹ø¿ª

Á¤°­ÈÆ <skyeyes@soback.kornet.net> 2001³â 2¿ù 25ÀÏ
ÇÑ±Û Manpage ÇÁ·ÎÁ§Æ® (http://man.kldp.org) 2005³â 2¿ù 11ÀÏ


 

Index

À̸§
»ç¿ë¹ý
¼³¸í
¹Ýȯ°ª
ȣȯ
¹ö±×
°ü·Ã Ç׸ñ
¹ø¿ª

This document was created by man2html, using the manual pages.
Time: 06:16:29 GMT, February 11, 2005