Sign in
cobalt
/
cobalt
/
fc84fc2a551a0cf60d391fb3e7d8229e6f9a9daf
/
.
/
third_party
/
musl
/
src
/
starboard
/
locale
/
localeconv.c
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
;
}