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