home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------*/
- /* ╡{ªí└╔ªW║┘: wat170.c */
- /*------------------------------------------------------------------*/
- #include <stdio.h>
- #include <string.h>
-
- void main()
- {
- char *str = "FoxPro 2.0 ---API";
-
- printf("ªrªΩ '%s' ┬α┤½ª¿ñp╝g½ß¼░ ",str);
- printf("'%s'\n", strlwr(str));
-
- }