38 |
* </pre> |
* </pre> |
39 |
*/ |
*/ |
40 |
|
|
41 |
#ifndef __DESTROYINST_H_SEEN__ |
#ifndef ASC_DESTROYINST_H |
42 |
#define __DESTROYINST_H_SEEN__ |
#define ASC_DESTROYINST_H |
43 |
|
|
44 |
|
/** addtogroup compiler Compiler |
45 |
|
@{ |
46 |
|
*/ |
47 |
|
|
48 |
ASC_DLLSPEC void DestroyInstance(struct Instance *inst, struct Instance *parent); |
ASC_DLLSPEC void DestroyInstance(struct Instance *inst, struct Instance *parent); |
49 |
/**< |
/**< |
60 |
* struct Instance *inst,*parent; |
* struct Instance *inst,*parent; |
61 |
*/ |
*/ |
62 |
|
|
63 |
#endif /* __DESTROYINST_H_SEEN__ */ |
/* @} */ |
64 |
|
|
65 |
|
#endif /* ASC_DESTROYINST_H */ |
66 |
|
|