added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / compiler / include / libraries / filehandler.h
blobae10be30252ffe862d974f29afd221c5263239f1
1 #ifndef LIBRARIES_FILEHANDLER_H
2 #define LIBRARIES_FILEHANDLER_H
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: Device and filehandler specific code
9 Lang: english
12 #ifndef DOS_FILEHANDLER_H
13 #include <dos/filehandler.h>
14 #endif
16 #endif /* LIBRARIES_FILEHANDLER_H */