mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-14 02:46:22 +02:00
10 lines
163 B
C
10 lines
163 B
C
#pragma once
|
|
|
|
#include <sys/cdefs.h>
|
|
|
|
__BEGIN_DECLS
|
|
|
|
int gettimeofday(struct timeval* __restrict__, void* __restrict__) __attribute__((nonnull(1)));
|
|
|
|
__END_DECLS
|