Webcom C SDK
webcom-utils.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define UNUSED_PARAM(expr)   expr __attribute__ ((unused))
 
#define UNUSED_VAR(name)   (void)(name)
 
#define WC_INLINE   __attribute__((always_inline)) inline