mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-10 13:45:19 +00:00
6 lines
70 B
C
6 lines
70 B
C
|
#pragma once
|
||
|
#include <stdint.h>
|
||
|
|
||
|
float getTime();
|
||
|
void print_time();
|