Format: AllC/C++CSSTextshell script Advanced Search
109: while ( *p != (UB)'\0' ) { 110: tm_putchar(*p++); 111: }
46: while ( len-- > 0 ) { 47: tm_putchar(*s++); 48: }