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