40 |
* </pre> |
* </pre> |
41 |
*/ |
*/ |
42 |
|
|
43 |
#ifndef __ATOMSIZE_H_SEEN__ |
#ifndef ASC_ATOMSIZE_H |
44 |
#define __ATOMSIZE_H_SEEN__ |
#define ASC_ATOMSIZE_H |
45 |
|
|
46 |
|
/** addtogroup compiler Compiler |
47 |
|
@{ |
48 |
|
*/ |
49 |
|
|
50 |
extern unsigned long ConstantByteLength(enum inst_t it); |
extern unsigned long ConstantByteLength(enum inst_t it); |
51 |
/**< |
/**< |
124 |
* routine will calculate the number of bytes needed for the instance. |
* routine will calculate the number of bytes needed for the instance. |
125 |
*/ |
*/ |
126 |
|
|
127 |
#endif /* __ATOMSIZE_H_SEEN__ */ |
/* @} */ |
128 |
|
|
129 |
|
#endif /* ASC_ATOMSIZE_H */ |
130 |
|
|