2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
6 #include <exec/types.h>
7 #include <proto/dummy.h>
9 #include LC_LIBDEFS_FILE
11 /* Member of userel.library */
13 LONG
DummyPrint4(LONG a
, LONG b
, LONG c
, LONG d
)
15 return printx(4, a
, b
, c
, d
);