Page MenuHomePhorge

clock.cpp
No OneTemporary

Size
384 B
Referenced Files
None
Subscribers
None

clock.cpp

#include "clock.h"
//#include <Windows.h> gibt es in Linux nicht
//for linux
#include <time.h>
#include <stdio.h>
/*
typedef struct timeval {
long tv_sec;
long tv_usec;
} timeval;
*/
Clock :: Clock() {
}
void Clock :: initiate_clock() {
//SYSTEMTIME st;
time_t st;
st = time(NULL);
//GetSystemTime(&st);
//printf("hour %i\n", st.wHour);
}

File Metadata

Mime Type
text/x-c
Expires
Sun, Mar 1, 10:18 PM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
287657
Default Alt Text
clock.cpp (384 B)

Event Timeline