Programming/C / C++
_strtime
역시인생한방
2015. 2. 7. 18:57
char* _strtime( char* timestr );
Parameter
timestr : Time string
Return Value
Returns a pointer to the resulting character string timestr
전달된 char형 포인터에 현재시간을 문자열로 저장해준다.