C:List: Compiler delint
[AROS.git] / test / dos / output.c
blobc4da57e2cb44094eb765cde2d338c8e4ca14b6d8
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <proto/dos.h>
8 int main(void)
10 FPuts(Output(), (STRPTR)"Testing Output() with FPuts\n");
11 FPrintf(Output(), (STRPTR)"Testing Output with FPrintf\n");
13 return 0;