added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / prefs / input / misc.h
blob8a9dc12ba740801427c2015e76629b7dae30ed53
1 #ifndef _MISC_H
2 #define _MISC_H
4 /*** Prototypes *************************************************************/
5 void ShowError(CONST_STRPTR message);
7 #endif /* _MISC_H */