source: branches/port5/AISC_COM/C/aisc_extern_privat.h

Last change on this file was 5126, checked in by westram, 17 years ago
  • prototypes updated
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 809 bytes
Line 
1/*
2 * This file is generated by aisc_mkpt.
3 * Any changes you make here will be overwritten later!
4 *
5 */
6
7#ifndef P_
8# if defined(__STDC__) || defined(__cplusplus)
9#  define P_(s) s
10# else
11#  define P_(s) ()
12# endif
13#else
14# error P_ already defined elsewhere
15#endif
16
17/* define ARB attributes: */
18#ifndef ATTRIBUTES_H
19# include <attributes.h>
20#endif
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
26
27/* aisc_extern.c */
28dll_public *create_dll_public P_((void));
29int move_dll_header P_((dll_header *sobj, dll_header *dobj));
30int get_COMMON_CNT P_((dll_header *THIS));
31dllheader_ext *get_COMMON_PARENT P_((dll_header *THIS));
32dllheader_ext *get_COMMON_LAST P_((dll_header *THIS));
33char *aisc_get_keystring P_((int *obj));
34char *aisc_get_keystring_dll_header P_((dll_header *x));
35
36#ifdef __cplusplus
37}
38#endif
39
40#undef P_
Note: See TracBrowser for help on using the repository browser.