36 |
#ifndef ASC_REL_COMMON_H |
#ifndef ASC_REL_COMMON_H |
37 |
#define ASC_REL_COMMON_H |
#define ASC_REL_COMMON_H |
38 |
|
|
39 |
|
/** addtogroup compiler Compiler |
40 |
|
@{ |
41 |
|
*/ |
42 |
|
|
43 |
extern int CmpP(CONST char *c1, CONST char *c2); |
extern int CmpP(CONST char *c1, CONST char *c2); |
44 |
/**< |
/**< |
45 |
* Compare two character pointers. |
* Compare two character pointers. |
55 |
* Return the next pointer in a link of expressions |
* Return the next pointer in a link of expressions |
56 |
*/ |
*/ |
57 |
|
|
58 |
|
/* @} */ |
59 |
|
|
60 |
#endif /* ASC_REL_COMMON_H */ |
#endif /* ASC_REL_COMMON_H */ |
61 |
|
|