mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00: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*);
|
|
|
|
}
|
|
|