added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / prefs / input / misc.c
blob8965298e17f841371de6fccde695474c3ad93549
1 /*
2 Copyright © 2003, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <exec/types.h>
7 #include <proto/dos.h>
9 void ShowError(CONST_STRPTR message)
11 Printf("ERROR: %s\n", message);