home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------*/
- /* ╡{ªí└╔ªW║┘: wat91.c */
- /*------------------------------------------------------------------*/
- #include <stdio.h>
- #include <io.h>
-
- void main()
- {
- int handle;
-
- handle = fileno(stdprn);
- if (isatty(handle))
- printf("▒▒¿ε╜X %d ¼Oñ@ªrñ╕│]│╞\n", handle);
- else
- printf("▒▒¿ε╜X %d ñú¼Oñ@ªrñ╕│]│╞\n", handle);
- }