x11gfx.hidd: support 32 bit modes
[AROS.git] / test / sdi / examples / libraries / stubs-aros.c
blob4da1a772b17be5237a1a958d698c79356b01b5ef
1 /* Automatically generated gatestubs! Do not edit! */
3 #include <exec/types.h>
5 #define _sfdc_strarg(a) _sfdc_strarg2(a)
6 #define _sfdc_strarg2(a) #a
8 #ifdef __cplusplus
9 extern "C" {
10 #endif /* __cplusplus */
12 #include <aros/libcall.h>
13 #include <SDI_lib.h>
15 #include "libproto.h"
17 char *
18 SayHelloOS4(void);
20 AROS_LH0(char *, SayHelloOS4,
21 struct LibraryHeader *, __BASE_OR_IFACE_VAR, 0, LIBSTUB
24 AROS_LIBFUNC_INIT
25 return CALL_LFUNC_NP(SayHelloOS4);
26 AROS_LIBFUNC_EXIT
29 char *
30 SayHelloOS3(void);
32 AROS_LH0(char *, SayHelloOS3,
33 struct LibraryHeader *, __BASE_OR_IFACE_VAR, 0, LIBSTUB
36 AROS_LIBFUNC_INIT
37 return CALL_LFUNC_NP(SayHelloOS3);
38 AROS_LIBFUNC_EXIT
41 char *
42 SayHelloMOS(void);
44 AROS_LH0(char *, SayHelloMOS,
45 struct LibraryHeader *, __BASE_OR_IFACE_VAR, 0, LIBSTUB
48 AROS_LIBFUNC_INIT
49 return CALL_LFUNC_NP(SayHelloMOS);
50 AROS_LIBFUNC_EXIT
53 char *
54 Uppercase(char * ___txt);
56 AROS_LH1(char *, Uppercase,
57 AROS_LHA(char *, ___txt, A0),
58 struct LibraryHeader *, __BASE_OR_IFACE_VAR, 0, LIBSTUB
61 AROS_LIBFUNC_INIT
62 return CALL_LFUNC(Uppercase,___txt);
63 AROS_LIBFUNC_EXIT
66 char *
67 SPrintfA(char * ___buf, char * ___format, RAWARG ___args);
69 AROS_LH3(char *, SPrintfA,
70 AROS_LHA(char *, ___buf, A0),
71 AROS_LHA(char *, ___format, A1),
72 AROS_LHA(RAWARG, ___args, A2),
73 struct LibraryHeader *, __BASE_OR_IFACE_VAR, 0, LIBSTUB
76 AROS_LIBFUNC_INIT
77 return CALL_LFUNC(SPrintfA,___buf, ___format, ___args);
78 AROS_LIBFUNC_EXIT
82 #ifdef __cplusplus
84 #endif /* __cplusplus */