ARB
aisc_extern_privat.h
Go to the documentation of this file.
1 /* This file is generated by aisc_mkpt.
2  * Any changes you make here will be overwritten later!
3  */
4 
5 #ifndef AISC_EXTERN_PRIVAT_H
6 #define AISC_EXTERN_PRIVAT_H
7 
8 /* define ARB attributes: */
9 #ifndef ATTRIBUTES_H
10 # include <attributes.h>
11 #endif
12 
13 
14 /* aisc_extern.c */
15 dll_public *create_dll_public(void);
16 int move_dll_header(const dll_header *sobj, dll_header *dobj);
17 int get_COMMON_CNT(dll_header *THIS);
18 dllheader_ext *get_COMMON_PARENT(dll_header *THIS);
19 dllheader_ext *get_COMMON_LAST(dll_header *THIS);
20 aisc_cstring aisc_get_keystring(int *obj);
21 aisc_cstring aisc_get_keystring_dll_header(dll_header *x);
22 
23 #else
24 #error aisc_extern_privat.h included twice
25 #endif /* AISC_EXTERN_PRIVAT_H */
dllheader_ext * get_COMMON_PARENT(dll_header *THIS)
Definition: aisc_extern.c:25
int move_dll_header(const dll_header *sobj, dll_header *dobj)
Definition: aisc_extern.c:13
int get_COMMON_CNT(dll_header *THIS)
Definition: aisc_extern.c:18
dllheader_ext * get_COMMON_LAST(dll_header *THIS)
Definition: aisc_extern.c:32
dll_public * create_dll_public(void)
Definition: aisc_extern.c:9
aisc_cstring aisc_get_keystring_dll_header(dll_header *x)
Definition: aisc_extern.c:45
aisc_cstring aisc_get_keystring(int *obj)
Definition: aisc_extern.c:39