home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------*/
- /* ╡{ªí└╔ªW║┘: wat47.c */
- /*------------------------------------------------------------------*/
- #include <stdio.h>
- #include <dos.h>
-
- void main()
- {
- unsigned cur_drive;
- _dos_getdrive(&cur_drive);
- printf("Ñ╪½e⌐╥ªbñº║╧║╨╛≈¼░ %c\n", 'A'+cur_drive-1);
- }
-