mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 05:55:12 +00:00
10 lines
102 B
C
10 lines
102 B
C
#pragma once
|
|
|
|
#include <AK/Types.h>
|
|
|
|
struct system_t
|
|
{
|
|
time_t uptime;
|
|
};
|
|
|
|
extern system_t system;
|