source: sources/src/bit2string.h

Last change on this file was 52, checked in by meunier, 11 years ago

Code formatting in all source files.

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
13#ifndef BIT2STRING_H
14#define BIT2STRING_H
15
16#include "internal.h"
17
18namespace sc_core {
19
20extern void  bit2string(char * buf, tab_t * val, int bit_number);
21extern char * strip(char * bitstring);
22
23} // end of sc_core namespace
24
25#endif
26
Note: See TracBrowser for help on using the repository browser.