Removed double NAME entry.
[AROS.git] / test / library / dummyprint4.c
blobd5ca67c4824de8b0b74e6f1c999a5d4db3b3dc32
2 #include <exec/types.h>
3 #include <proto/dummy.h>
5 #include LC_LIBDEFS_FILE
7 /* Member of userel.library */
9 LONG DummyPrint4(LONG a, LONG b, LONG c, LONG d)
11 return printx(4, a, b, c, d);