#pragma once
#include "types.h"
namespace RTC {
void initialize();
time_t now();
time_t boot_time();
}