blob: 5f1253c95bb78c2b870f541cb00ec8b5e0b84d9e [file] [log] [blame]
#include <locale.h>
#include "starboard/common/log.h"
// Starboard does not provide a mechanism to retrieve information about number
// formatting with the current locale.
struct lconv *localeconv(void) {
SB_NOTREACHED();
return NULL;
}