Last change
on this file since 60 was
52,
checked in by meunier, 12 years ago
|
Code formatting in all source files.
|
File size:
904 bytes
|
Rev | Line | |
---|
[1] | 1 | /*------------------------------------------------------------\ |
---|
| 2 | | | |
---|
| 3 | | Tool : systemcass | |
---|
| 4 | | | |
---|
| 5 | | File : hex2string.h | |
---|
| 6 | | | |
---|
| 7 | | Author : Buchmann Richard | |
---|
| 8 | | | |
---|
| 9 | | Date : 09_07_2004 | |
---|
| 10 | | | |
---|
| 11 | \------------------------------------------------------------*/ |
---|
| 12 | #ifndef HEX2STRING_H |
---|
| 13 | #define HEX2STRING_H |
---|
| 14 | |
---|
| 15 | #include "internal_ext.h" |
---|
| 16 | |
---|
| 17 | namespace sc_core { |
---|
| 18 | |
---|
[52] | 19 | extern void hex2string(char * buf,const tab_t * val,int bit_number); |
---|
[1] | 20 | |
---|
| 21 | } // end of sc_core namespace |
---|
| 22 | |
---|
| 23 | #endif |
---|
[52] | 24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.