HDK
|
Go to the source code of this file.
Macros | |
#define | TF_UNUSED(x) (void) x |
A file containing basic constants and definitions.
Definition in file tf.h.
Stops compiler from producing unused argument or variable warnings. This is useful mainly in C, because in C++ you can just leave the variable unnamed. However, there are situations where this can be useful even in C++, such as