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
intuition.library: implement EasyReqest and BuildEasyRequest that are x64/arm compatible
[AROS.git]
/
test
/
library
/
peropenerbase.h
blob
c6e8dcd9337af6fcb41f7edbb471af5cec135d90
1
#include <exec/libraries.h>
2
3
struct
PeropenerBase
4
{
5
struct
Library lib
;
6
int
value
;
7
};