Searched refs:o1ch (Results 1 – 2 of 2) sorted by relevance
39 void o1ch(int c) { in o1ch() function43 void ostr(char*p) { while(*p) o1ch(*p++); } in ostr()45 void osp() {o1ch(' ');} in osp()47 void o1hex(int u) {u&=0x0f; if(u>=10) o1ch(u-10+'A'); else o1ch(u+'0');} in o1hex()57 else o1ch(c),zf=0; in odig()65 if(u<0) o1ch('-'),v=-v; in odec()
76 bl o1ch