--------------------------------------
| 28 | #include <unistd.h> |
| 29 | //-------------------------------------- |
| 30 | void Platform::getLocalTime(LocalTime <) |
| 31 | { |
| 32 | // TODO |
| 33 | dMemset(<, '\0', sizeof(LocalTime)); |
| 34 | } |
| 35 | |
| 36 | /// Gets the time in seconds since the Epoch |
| 37 | U32 Platform::getTime() |