34 |
#ifndef ASC_NAMEIO_H |
#ifndef ASC_NAMEIO_H |
35 |
#define ASC_NAMEIO_H |
#define ASC_NAMEIO_H |
36 |
|
|
37 |
|
/** addtogroup compiler Compiler |
38 |
|
@{ |
39 |
|
*/ |
40 |
|
|
41 |
#include <utilities/ascConfig.h> |
#include <utilities/ascConfig.h> |
42 |
|
|
43 |
extern void WriteName(FILE *f, CONST struct Name *n); |
extern void WriteName(FILE *f, CONST struct Name *n); |
68 |
* Write just this one name node, and not any of the ones following it. |
* Write just this one name node, and not any of the ones following it. |
69 |
*/ |
*/ |
70 |
|
|
71 |
|
/* @} */ |
72 |
|
|
73 |
#endif /* ASC_NAMEIO_H */ |
#endif /* ASC_NAMEIO_H */ |
74 |
|
|