2 Copyright © 1995-2017, 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(STACKLONG a
, STACKLONG b
, STACKLONG c
, STACKLONG d
)
15 return printx(4, a
, b
, c
, d
);