repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert wrong commit
[AROS.git]
/
test
/
library
/
dummyprint4.c
blob
d5ca67c4824de8b0b74e6f1c999a5d4db3b3dc32
1
2
#include <exec/types.h>
3
#include <proto/dummy.h>
4
5
#include LC_LIBDEFS_FILE
6
7
/* Member of userel.library */
8
9
LONG
DummyPrint4
(
LONG a
,
LONG b
,
LONG c
,
LONG d
)
10
{
11
return
printx
(
4
,
a
,
b
,
c
,
d
);
12
}