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
pass the arch to kernel.resource
[AROS.git]
/
test
/
library
/
dummy.conf
blob
e4ee0894a056b9561c97005552698384f37c238f
1
##begin config
2
version 1.0
3
libbasetype struct DummyBase
4
##end config
5
6
##begin cdefprivate
7
#include "dummybase.h"
8
##end cdefprivate
9
10
11
##begin functionlist
12
ULONG add(ULONG a, ULONG b) (D0,D1)
13
ULONG asl(ULONG a, ULONG b) (D0,D1)
14
.function __int_asl
15
LONG printx(LONG args,...)
16
##end functionlist