system time setting using c library function.
Posted
by neo730
on Stack Overflow
See other posts from Stack Overflow
or by neo730
Published on 2010-05-26T19:37:28Z
Indexed on
2010/05/26
19:41 UTC
Read the original article
Hit count: 161
Filed under:
c
I can get the system time using struct tm and time(),localtime(),asctime().but i need help about how i can set time of system using c program.
© Stack Overflow or respective owner