(stdout, "%d JIS X 0208/0212 Kanji chars,¥n", ideo_char); fprintf(stdout, "%d JIS X 0201 Kana chars and¥n", kana_char); fprintf(stdout, "%d other chars.¥n", other_char); return(0); } sun% cc -o my_mbwc my_mbwc.c sun% cat file6 /* Here's the content of ...