home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------*/
- /* ╡{ªí└╔ªW║┘: wat98.c */
- /*------------------------------------------------------------------*/
- #include <ctype.h>
- #include <stdio.h>
-
- void main()
- {
- char c = '\f';
- if(isspace(c))
- printf(" %c ¼Oñ@¡╙╖sªC⌐╬╜╒ª∞ªrñ╕\n",c);
- else
- printf(" %c ñú¼Oñ@¡╙╖sªC⌐╬╜╒ª∞ªrñ╕\n",c);
- }