added boostc files
This commit is contained in:
parent
19025584c9
commit
42b5801a03
11 changed files with 647 additions and 14 deletions
10
boostc/util.h
Normal file
10
boostc/util.h
Normal 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 );
|
||||
Loading…
Add table
Add a link
Reference in a new issue