mirror of
https://github.com/janbodnar/Windows-API-examples.git
synced 2024-11-14 15:55:30 +00:00
Update arithmetic.c
This commit is contained in:
parent
1534ba52e1
commit
f3db0f322d
@ -24,7 +24,7 @@ int wmain(void) {
|
|||||||
FileTimeToSystemTime(&ft, &st);
|
FileTimeToSystemTime(&ft, &st);
|
||||||
|
|
||||||
wprintf(L"%02d/%02d/%04d %02d:%02d:%02d\n",
|
wprintf(L"%02d/%02d/%04d %02d:%02d:%02d\n",
|
||||||
st.wDay,st.wMonth,st.wYear,st.wHour,st.wMinute,st.wSecond);
|
st.wDay, st.wMonth, st.wYear, st.wHour, st.wMinute, st.wSecond);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user