UNUSED flexibility
This commit is contained in:
rusefillc 2023-05-23 23:37:51 -04:00
parent 84ec1ac085
commit 2f19ca94a8
1 changed files with 2 additions and 0 deletions

View File

@ -64,7 +64,9 @@ int indexOf(const char *string, char ch);
float atoff(const char *string);
int atoi(const char *string);
#ifndef UNUSED
#define UNUSED(x) (void)(x)
#endif
/**
* Rounds value to specified precision.