38 |
* </pre> |
* </pre> |
39 |
*/ |
*/ |
40 |
|
|
41 |
#ifndef __DIMEN_IO_H_SEEN__ |
#ifndef ASC_DIMEN_IO_H |
42 |
#define __DIMEN_IO_H_SEEN__ |
#define ASC_DIMEN_IO_H |
43 |
|
|
44 |
|
/** addtogroup compiler Compiler |
45 |
|
@{ |
46 |
|
*/ |
47 |
|
|
48 |
/** |
/** |
49 |
* Write the human readable and parser edible string form of the |
* Write the human readable and parser edible string form of the |
57 |
*/ |
*/ |
58 |
extern void WriteDimensions(FILE *f, CONST dim_type *dimp); |
extern void WriteDimensions(FILE *f, CONST dim_type *dimp); |
59 |
|
|
60 |
#endif /* __DIMEN_IO_H_SEEN__ */ |
/* @} */ |
61 |
|
|
62 |
|
#endif /* ASC_DIMEN_IO_H */ |
63 |
|
|