Choose Category
#include <stdlib.h> #include <stdio.h> int main(void){ char *md = "asdfasdf"; printf("%d", mblen(md, 2)); }