added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / prefs / Zune / stringsp.h
blobb6e61e36697e31380f77315ce10ea2c94955c452
1 /*
2 Copyright © 2002, The AROS Development Team.
3 All rights reserved.
5 $Id$
6 */
8 #ifndef _ZUNE_STRINGSP_H
10 #ifndef LIBRARIES_MUI_H
11 #include <libraries/mui.h>
12 #endif
14 extern const struct __MUIBuiltinClass _MUIP_Strings_desc;
16 #endif