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