Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
|
00001 #ifndef H_UTILS_MACROS_UNUSED 00002 #define H_UTILS_MACROS_UNUSED 00003 00004 #define UNUSED(x) x __attribute__((unused)) 00005 00006 #endif