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