#if !defined( _MACRO_UTILS_H ) #define _MACRO_UTILS_H #define MEMSET_BZERO(p,l) memset((p), 0, (l)) #endif