39 |
* </pre> |
* </pre> |
40 |
*/ |
*/ |
41 |
|
|
42 |
#ifndef __BIT_H_SEEN__ |
#ifndef ASC_BIT_H |
43 |
#define __BIT_H_SEEN__ |
#define ASC_BIT_H |
44 |
|
|
45 |
|
/** addtogroup compiler Compiler |
46 |
|
@{ |
47 |
|
*/ |
48 |
|
|
49 |
/** Data structure for holding bit lists. */ |
/** Data structure for holding bit lists. */ |
50 |
struct BitList { |
struct BitList { |
211 |
* it will return a number greater than BLength(bl). |
* it will return a number greater than BLength(bl). |
212 |
*/ |
*/ |
213 |
|
|
214 |
#endif /* __BIT_H_SEEN__ */ |
/* @} */ |
215 |
|
|
216 |
|
#endif /* ASC_BIT_H */ |
217 |
|
|