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