arosc.library: Compiler delint
[AROS.git] / test / dos / output.c
blob4c77f643be6c7f650ae051dcf270233d7f81a025
1 #include <proto/dos.h>
3 int main(void)
5 FPuts(Output(), (STRPTR)"Testing Output() with FPuts\n");
6 FPrintf(Output(), (STRPTR)"Testing Output with FPrintf\n");
8 return 0;