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