home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------*/
- /* ╡{ªí└╔ªW║┘: wat35.c */
- /*------------------------------------------------------------------*/
- #include <stdio.h>
- #include <time.h>
-
- void main()
- {
- time_t current_time;
- current_time = time(NULL);
- printf("ñ╡ñ╤ñºñΘ┤┴ñ╬Ñ╪½eñº«╔╢í¼░ : %s\n", ctime(¤t_time));
- }