CPP > Linux > ftime
Redjini WiKi
1970년 1월 1일 부터 현재 까지 시간 구하기
사용법
#include <sys/timeb.h>
void ftime(struct timeb *buf);
struct timeb {
long time; // 초
short millitm; // milliseconds
short timezone; // 시차(minutes)
short dstflag; // DST 보정
}