#ifndef UTIL_H #define UTIL_H // TODO: We should use timeutil_sync // return the current unix timestamp in seconds uint32_t time_get_unix_seconds(); #endif // UTIL_H