41 |
#ifndef ASC_RELATION_IO_H |
#ifndef ASC_RELATION_IO_H |
42 |
#define ASC_RELATION_IO_H |
#define ASC_RELATION_IO_H |
43 |
|
|
44 |
|
/** addtogroup compiler Compiler |
45 |
|
@{ |
46 |
|
*/ |
47 |
|
|
48 |
#include <utilities/ascConfig.h> |
#include <utilities/ascConfig.h> |
49 |
|
|
50 |
/**< |
/**< |
225 |
* Write each element of l as a list of struct Name * on file separated by sep2. |
* Write each element of l as a list of struct Name * on file separated by sep2. |
226 |
*/ |
*/ |
227 |
|
|
228 |
|
/* @} */ |
229 |
|
|
230 |
#endif /* ASC_RELATION_IO_H */ |
#endif /* ASC_RELATION_IO_H */ |
231 |
|
|