Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1494035
clock.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
384 B
Referenced Files
None
Subscribers
None
clock.cpp
View Options
#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
Details
Attached
Mime Type
text/x-c
Expires
Sun, Mar 1, 6:29 PM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
287657
Default Alt Text
clock.cpp (384 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment