This commit is contained in:
Martin Lund 2022-07-03 18:28:51 +02:00
parent 5bf7ae6382
commit b72fae4c87
3 changed files with 7 additions and 4 deletions

View file

@ -20,6 +20,7 @@
*/
#pragma once
#define UNUSED(expr) do { (void)(expr); } while (0)
char * current_time(void);