1 // tu_file.h -- Ignacio CastaƱo, Thatcher Ulrich 2003
3 // This source code has been donated to the Public Domain. Do
4 // whatever you want with it.
6 // A very generic file class that can be customized with callbacks.
22 DSOEXPORT
std::auto_ptr
<IOChannel
> makeFileChannel(FILE* fp
, bool close
);
29 // indent-tabs-mode: t