TIME

pchero on June 10th, 2015

아… 요즘 왜 이렇게 바쁜지.. -_-;;; olive 에 낼 짬이 안난다.. 빨리 하던 일 마무리 짓고 olive에 전념하고 싶다.. ㅎ  

Continue reading about busy, busy, busy….

pchero on April 21st, 2008

리눅스에서 년, 월, 일, 시, 분, 초 로 나타내는 함수로 time, localtime 있다. 1장. localtime(3) 차례 1.1절. 사용법 1.2절. 설명 1.3절. 반환값 1.4절. 예제 1.1절. 사용법 #include <time.h>struct tm *localtime(const time_t *timep); 1.2절. 설명 timep 를 입력받아서 유저 시스템의 time zone 에 맞도록 시간 값을 돌려준다. 시간 값은 tm 구조체에 들어간다. tm 구조체는 다음과 같은 […]

Continue reading about time() 과 localtime()