00001 00002 00003 00004 00005 00006 00007 #ifndef __EPOCH_TIME_TO_STRING_H 00008 #define __EPOCH_TIME_TO_STRING_H 00009 00010 #include "Export.h" 00011 00012 RAK_DLL_EXPORT char * EpochTimeToString(long long time); 00013 00014 #endif 00015