util.c | 96 printwc(wchar_t wc, mbstate_t *pst) function in typeref:typename:int 148 n += printwc(wc, &stdout_state); 152 n += printwc(L'?', &stdout_state); 158 n += printwc(L'?', &stdout_state); 163 n += printwc(iswprint(wc) ? wc : L'?', &stdout_state);
|