mirror of
https://github.com/RGBCube/serenity
synced 2026-01-19 13:21:00 +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*);
|
|
|
|
}
|
|
|