mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
12 lines
102 B
C
12 lines
102 B
C
|
#pragma once
|
||
|
|
||
|
#include "types.h"
|
||
|
|
||
|
extern "C" {
|
||
|
|
||
|
int gettimeofday(timeval*);
|
||
|
time_t time(time_t*);
|
||
|
|
||
|
}
|
||
|
|