New attempt to get the svn revision into the AboutAROS requester.
[cake.git] / compiler / c_lib / source / lib_source / functable.c
blobe2351a29775417bac44e287b2464ed16c0f7a5c0
1 /*
2 Copyright © 1995-96, The AROS Development Team. All rights reserved.
3 *** Automatic generated file. Do not edit ***
4 Desc: Function table for Example
5 Lang: english
6 */
7 #ifndef LIBCORE_COMPILER_H
8 # include <libcore/compiler.h>
9 #endif
10 #ifndef NULL
11 #define NULL ((void *)0)
12 #endif
14 #include "libdefs.h"
15 extern void AROS_SLIB_ENTRY(LC_BUILDNAME(OpenLib),LibHeader) (void);
16 extern void AROS_SLIB_ENTRY(LC_BUILDNAME(CloseLib),LibHeader) (void);
17 extern void AROS_SLIB_ENTRY(LC_BUILDNAME(ExpungeLib),LibHeader) (void);
18 extern void AROS_SLIB_ENTRY(LC_BUILDNAME(ExtFuncLib),LibHeader) (void);
19 extern void AROS_SLIB_ENTRY(EXF_TestRequest,BASENAME) (void);
21 void *const LIBFUNCTABLE[]=
23 AROS_SLIB_ENTRY(LC_BUILDNAME(OpenLib),LibHeader),
24 AROS_SLIB_ENTRY(LC_BUILDNAME(CloseLib),LibHeader),
25 AROS_SLIB_ENTRY(LC_BUILDNAME(ExpungeLib),LibHeader),
26 AROS_SLIB_ENTRY(LC_BUILDNAME(ExtFuncLib),LibHeader),
27 AROS_SLIB_ENTRY(EXF_TestRequest,BASENAME), /* 5 */
28 (void *)-1L