home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------*/
- /* ╡{ªí└╔ªW║┘: wat95.c */
- /*------------------------------------------------------------------*/
- #include <ctype.h>
- #include <stdio.h>
-
- void main()
- {
- char c = 'b';
- if(islower(c))
- printf(" %c ¼Oñ@¡╙ñp╝gñº¡^ñσªrÑ└\n",c);
- else
- printf(" %c ñú¼Oñ@¡╙ñp╝gñº¡^ñσªrÑ└\n",c);
- }