HHu ZhengInit!
dcd27489创建于 3 天前历史提交
#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 */