#ifndef _m_string_h #define _m_string_h #include <string.h> #ifdef _WIN32 #define bzero(p, l) memset(p, 0, l) #endif #endif /* m_string_h */