2 Copyright © 1995-2002, The AROS Development Team. All rights reserved.
6 #include <proto/exec.h>
8 #include <proto/arossupport.h>
9 #include "dummylib_gcc.h"
11 static const char version
[] = "$VER: librarytest 41.1 (14.3.1997)\n";
13 int main (int argc
, char ** argv
)
16 struct dummybase
*dummybase
;
18 dummybase
=(struct dummybase
*)OpenLibrary("dummy.library",0);
31 VPrintf("%ld+%ld=%ld\n",vec
);
36 VPrintf("%ld<<%ld=%ld\n",vec
);
40 CloseLibrary((struct Library
*)dummybase
);