Subversion Repositories Kolibri OS

Rev

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

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