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
don't zero io_Actual on error, this field is automaticaly incremented as soon as...
[AROS.git]
/
tools
/
genmodule
/
dtsupport.h
blob
df9028204aaad12e4a0ac8717ee0898a7223f399
1
#ifndef DTSUPPORT_H
2
#define DTSUPPORT_H
3
4
#include
"config.h"
5
6
#include <stdio.h>
7
8
void
writeobtainengine
(
FILE
*
out
,
struct
config
*);
9
10
#endif
/* DTSUPPORT_H */