mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
13 lines
140 B
C
13 lines
140 B
C
#pragma once
|
|
|
|
#include <sys/cdefs.h>
|
|
#include <sys/types.h>
|
|
|
|
__BEGIN_DECLS
|
|
|
|
int gettimeofday(timeval*);
|
|
time_t time(time_t*);
|
|
|
|
__END_DECLS
|
|
|