repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git]
/
workbench
/
utilities
/
Snoopy
/
main.h
blob
aa119295f0b78d366409ee1bc1a4941b599b41ed
1
/*
2
Copyright © 2006, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#ifndef MAIN_H
7
#define MAIN_H
8
9
void
clean_exit
(
char
*
s
);
10
void
main_output
(
CONST_STRPTR action
,
CONST_STRPTR target
,
CONST_STRPTR option
,
LONG result
);
11
12
#endif
13