mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 08:07:45 +00:00
11 lines
102 B
C
11 lines
102 B
C
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
extern "C" {
|
|
|
|
int gettimeofday(timeval*);
|
|
time_t time(time_t*);
|
|
|
|
}
|
|
|