home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------*/
- /* ╡{ªí└╔ªW║┘: wat92.c */
- /*------------------------------------------------------------------*/
- #include <ctype.h>
- #include <stdio.h>
-
- void main()
- {
- char c='B';
- if(iscntrl(c))
- printf(" %c ¼Oñ@¡╙▒▒¿εªrñ╕\n",c);
- else
- printf(" %c ñú¼Oñ@¡╙▒▒¿εªrñ╕\n",c);
- }