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