Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
mac / usr / include / mac / MACUtils.h
Size: Mime:
#ifndef MAC_UTILS_H
#define MAC_UTILS_H

#include "config.h"

#ifndef HAVE_WCSCASECMP
#include <wchar.h>

int mac_wcscasecmp(const wchar_t *s1, const wchar_t *s2);
int mac_wcsncasecmp(const wchar_t *s1, const wchar_t *s2, size_t n);

#endif

#endif