added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / utilities / Snoopy / main.h
blobaa119295f0b78d366409ee1bc1a4941b599b41ed
1 /*
2 Copyright © 2006, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef MAIN_H
7 #define MAIN_H
9 void clean_exit(char *s);
10 void main_output(CONST_STRPTR action, CONST_STRPTR target, CONST_STRPTR option, LONG result);
12 #endif