c-- libs partly updated

git-svn-id: svn://kolibrios.org@3106 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2012-12-14 23:55:44 +00:00
parent f12d8abc6a
commit 14d166eb1e
5 changed files with 92 additions and 35 deletions

View File

@@ -170,13 +170,4 @@ dword Hex2Symb(char* htmlcolor)
}
wintodos(#symbol);
AL=symbol;
}
/*
int hex2char(dword c)
{
if (c <=9)
return (c+48);
return (c - 10 + 'a');
}*/
}