mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-08 09:35:15 +00:00
11 lines
102 B
C
11 lines
102 B
C
#pragma once
|
|
|
|
#include <AK/Types.h>
|
|
|
|
struct system_t
|
|
{
|
|
time_t uptime;
|
|
};
|
|
|
|
extern system_t system;
|