PatchworkOS
Loading...
Searching...
No Matches
clock.h File Reference
#include <time.h>

Go to the source code of this file.

Functions

void _clock_init (void)
 
clock_t _clock_get (void)
 

Function Documentation

◆ _clock_get()

clock_t _clock_get ( void  )

Definition at line 12 of file clock.c.

References startTime, and uptime().

Referenced by clock().

◆ _clock_init()

void _clock_init ( void  )

Definition at line 7 of file clock.c.

References startTime, and uptime().

Referenced by _user_init().