Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Diff: tm/tm.h
- Revision:
- 44:aa45226d118e
- Parent:
- 38:25b2a3c494aa
- Child:
- 57:4daf2e423b27
--- a/tm/tm.h Wed Dec 05 11:35:16 2018 +0000 +++ b/tm/tm.h Sat Dec 29 19:00:39 2018 +0000 @@ -6,5 +6,6 @@ extern void TmUtcToLocal(struct tm* ptm); extern void TmFromAsciiDateTime(const char* pDate, const char* pTime, struct tm* ptm); +extern void TmFromInteger(int year, int month, int mday, int hour, int min, int sec, struct tm* ptm); extern int TmSecondsBetween(struct tm* ptmLater, struct tm* ptmEarlier); extern void TmIncrement(struct tm* ptm); \ No newline at end of file