blob: 0bba8f6f585047c2c6de6b600852ad0dbf8889d8 [file] [log] [blame]
#include <stdlib.h>
int mblen(const char* s, size_t n) {
return mbtowc(0, s, n);
}