1 #ifndef TOOLLIB_STDIOCB_H
2 #define TOOLLIB_STDIOCB_H
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
10 #ifndef TOOLLIB_TOOLLIB_H
11 # include <toollib/toollib.h>
13 #ifndef TOOLLIB_MYSTREAM_H
14 # include <toollib/mystream.h>
23 int closein
, closeout
;
27 extern StdioStream
* StdStr_New
PARAMS ((const char * path
, const char * mode
));
28 extern void StdStr_Delete
PARAMS ((StdioStream
*));
30 #endif /* TOOLLIB_STDIOCB_H */