37 |
* </pre> |
* </pre> |
38 |
*/ |
*/ |
39 |
|
|
40 |
#ifndef __SETIO_H_SEEN__ |
#ifndef ASC_SETIO_H |
41 |
#define __SETIO_H_SEEN__ |
#define ASC_SETIO_H |
42 |
|
|
43 |
|
/** addtogroup compiler Compiler |
44 |
|
@{ |
45 |
|
*/ |
46 |
|
|
47 |
extern void WriteSetNode(FILE *f, CONST struct Set *s); |
extern void WriteSetNode(FILE *f, CONST struct Set *s); |
48 |
/**< |
/**< |
76 |
* Output the set with no leading or trailing white space. |
* Output the set with no leading or trailing white space. |
77 |
*/ |
*/ |
78 |
|
|
79 |
#endif /* __SETIO_H_SEEN__ */ |
/* @} */ |
80 |
|
|
81 |
|
#endif /* ASC_SETIO_H */ |
82 |
|
|