Humble script for creating the port's snapshots.
[AROS.git] / test / library / dummyprint4.c
blobc1128cb6bb2c8453052152dd44b171ce6255ae4b
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
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);