mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 17:43:09 -04:00
5 lines
70 B
C
5 lines
70 B
C
#pragma once
|
|
#include <stdint.h>
|
|
|
|
float getTime();
|
|
void print_time();
|