home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------*/
- /* ╡{ªí└╔ªW║┘: wat129.c */
- /*------------------------------------------------------------------*/
- #include <stdio.h>
- #include <direct.h>
-
- void main()
- {
- int status;
-
- status = mkdir("TEST");
- if (!status)
- printf("ñw½╪Ñ▀Ñ╪┐²\n");
- else
- printf("╡L¬k½╪Ñ▀Ñ╪┐²\n");
- }