UNUSED flexibility
This commit is contained in:
parent
84ec1ac085
commit
2f19ca94a8
|
@ -64,7 +64,9 @@ int indexOf(const char *string, char ch);
|
||||||
float atoff(const char *string);
|
float atoff(const char *string);
|
||||||
int atoi(const char *string);
|
int atoi(const char *string);
|
||||||
|
|
||||||
|
#ifndef UNUSED
|
||||||
#define UNUSED(x) (void)(x)
|
#define UNUSED(x) (void)(x)
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Rounds value to specified precision.
|
* Rounds value to specified precision.
|
||||||
|
|
Loading…
Reference in New Issue