Use dos.library/CreateNewProc() instead of alib/CreateNewProcTags()
[tangerine.git] / compiler / c_lib / source / lib_source / SampleFuncs.h
blob366a3ee4444e744fdc3013936d2d87b59a8957f4
1 #ifndef _SAMPLEFUNCS_H
2 #define _SAMPLEFUNCS_H
3 /*
4 ** $VER: SampleFuncs.h 37.15 (14.8.97)
5 **
6 ** Demo functions for example.library
7 **
8 ** (C) Copyright 1996-97 Andreas R. Kleinert
9 ** All Rights Reserved.
11 #ifndef LIBCORE_COMPILER_H
12 # include <libcore/compiler.h>
13 #endif
14 #ifndef _LIBDEFS_H
15 # include "libdefs.h"
16 #endif
18 #ifndef EXAMPLE_EXAMPLEBASE_H
19 LIBBASETYPE; /* Pre-Declaration if necessary */
20 #endif
22 /* Declare functions for FuncTab[] */
23 AROS_LD3 (ULONG, EXF_TestRequest,
24 AROS_LDA (UBYTE *, title_d1, D1),
25 AROS_LDA (UBYTE *, body, D2),
26 AROS_LDA (UBYTE *, gadgets, D3),
27 LIBBASETYPEPTR, LIBBASE, 5, BASENAME
30 #endif /* _SAMPLEFUNCS_H */