Format: AllC/C++CSSTextshell script Advanced Search
47: */ 48: LOCAL UB *outint( UB *ep, UW val, UB base ) 49: {
51: */ 52: static uchar *outint(uchar *ep, unsigned long val, uchar base) 53: {