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
tools/adflib: build only host variant which is used by Sam440 target
[AROS.git]
/
test
/
library
/
dummy.conf
blob
9a7e5ab77bac47e6547b4b4fa1d863714ec272d7
1
##begin config
2
version 1.0
3
libbasetype struct DummyBase
4
options rellinklib
5
##end config
6
7
##begin cdefprivate
8
#include "dummybase.h"
9
##end cdefprivate
10
11
12
##begin functionlist
13
ULONG add(ULONG a, ULONG b) (D0,D1)
14
ULONG asl(ULONG a, ULONG b) (D0,D1)
15
.function __int_asl
16
LONG printx(LONG args,...)
17
##end functionlist