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
Removed debugging detritus and fixed a typo.
[AROS.git]
/
test
/
dos
/
systemtags.h
blob
4ab862919b47cfcc5ec34a1773c6f7ff552a1727
1
#include <dos/dos.h>
2
3
struct
STData
4
{
5
BPTR input
,
output
;
6
};