gitrepo_top_sample_50 / pyreadstat /src /readstat_strings.h
Dorothydu's picture
Upload 50 random repository samples
9d3c8f5 verified
#if defined(_MSC_VER)
# define strncasecmp _strnicmp
# define strcasecmp _stricmp
#else
# include <strings.h>
#endif