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
use m4_normalize on the output strings to remove trailing spaces/tabs and consolidate...
[AROS.git]
/
workbench
/
c
/
HDTool
/
setup.h
blob
8d868717c09655c56cd7d6a43b8e39cb01096f3a
1
#ifndef SETUP_H
2
#define SETUP_H
3
4
#include <exec/types.h>
5
6
LONG
setup
(
char
*,
STRPTR
);
7
8
#endif
/* SETUP_H */
9