blob: b78b494c8b0922544492d84e57660d235897b683 [file] [log] [blame]
#ifndef LLVM_LIBCXX_SUPPORT_ANDROID_STRING_H
#define LLVM_LIBCXX_SUPPORT_ANDROID_STRING_H
#include_next <string.h>
#include <xlocale.h>
#ifdef __cplusplus
extern "C" {
#endif
int strcoll_l(const char*, const char*, locale_t);
int strxfrm_l(char*, const char*, size_t, locale_t);
#ifdef __cplusplus
} // extern "C"
#endif
#endif // LLVM_LIBCXX_SUPPORT_ANDROID_STRING_H