hookprv.h File Reference
Go to the source code of this file.
Define Documentation
| #define hook_call |
( |
func, |
|
|
... |
|
) |
|
Value:do { if(ctx && ctx->hook && ctx->hook->func) \
ctx->hook->func( __VA_ARGS__ ); \
} while(0)
Definition at line 19 of file hookprv.h.