37 |
* </pre> |
* </pre> |
38 |
*/ |
*/ |
39 |
|
|
40 |
#ifndef __SETINST_IO_H_SEEN__ |
#ifndef ASC_SETINST_IO_H |
41 |
#define __SETINST_IO_H_SEEN__ |
#define ASC_SETINST_IO_H |
42 |
|
|
43 |
|
/** addtogroup compiler Compiler |
44 |
|
@{ |
45 |
|
*/ |
46 |
|
|
47 |
extern void WriteInstSet(FILE *f, CONST struct set_t *s); |
extern void WriteInstSet(FILE *f, CONST struct set_t *s); |
48 |
/**< |
/**< |
52 |
* Write set instance s to file f. |
* Write set instance s to file f. |
53 |
*/ |
*/ |
54 |
|
|
55 |
#endif /* __SETINST_IO_H_SEEN__ */ |
/* @} */ |
56 |
|
|
57 |
|
#endif /* ASC_SETINST_IO_H */ |
58 |
|
|