Subversion Repositories Kolibri OS

Rev

Rev 3067 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3067 Rev 3106
Line 169... Line 169...
169
  }
169
  }
170
  wintodos(#symbol);
170
  wintodos(#symbol);
171
  AL=symbol;
171
  AL=symbol;
172
}
172
}
173
 
173
>
174
/*
-
 
175
int hex2char(dword c)
-
 
176
{
-
 
177
  if (c <=9)
-
 
178
    return (c+48);
-
 
179
 
-
 
180
  return (c - 10 + 'a');
-
 
181
}*/
-
 
182
>
-