1
0
mirror of https://github.com/CovidBraceletPrj/CovidBracelet.git synced 2025-01-24 03:47:10 +01:00

9 lines
169 B
C
Raw Normal View History

2022-05-25 20:47:32 +02:00
#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