added boostc files

This commit is contained in:
Ziver Koc 2009-06-15 13:00:32 +00:00
parent 19025584c9
commit 42b5801a03
11 changed files with 647 additions and 14 deletions

10
boostc/util.h Normal file
View file

@ -0,0 +1,10 @@
/*******************************************************************/
// Defines
/*******************************************************************/
/*******************************************************************/
// Functions
/*******************************************************************/
//unsigned char* bin2Hexs(unsigned char x);
unsigned char bin2Hex(unsigned char x);
unsigned char swap ( unsigned char cX );