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