PatchworkOS
Loading...
Searching...
No Matches
clock.h
Go to the documentation of this file.
1#pragma once
2
3#include <time.h>
4
5void _clock_init(void);
6
void _clock_init(void)
Definition clock.c:7
clock_t _clock_get(void)
Definition clock.c:12
__UINT64_TYPE__ clock_t
A nanosecond time.
Definition clock_t.h:13