added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / classes / gadgets / texteditor / mcp / C_h.sd
blob0ba40a02d1c675028a569d06e0b57c31678d28eb
1 ##stringtype C
2 ##shortstrings
3 /***************************************************************************
5  TextEditor.mcc - Textediting MUI Custom Class
6  Copyright (C) 1997-2000 Allan Odgaard
7  Copyright (C) 2005 by TextEditor.mcc Open Source Team
9  This library is free software; you can redistribute it and/or
10  modify it under the terms of the GNU Lesser General Public
11  License as published by the Free Software Foundation; either
12  version 2.1 of the License, or (at your option) any later version.
14  This library is distributed in the hope that it will be useful,
15  but WITHOUT ANY WARRANTY; without even the implied warranty of
16  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17  Lesser General Public License for more details.
19  TextEditor class Support Site:  http://www.sf.net/projects/texteditor-mcc
21  $Id: C_h.sd,v 1.1 2005/03/31 07:40:27 damato Exp $
23 ***************************************************************************/
25 /****************************************************************
26    This file was created automatically by `FlexCat V1.3'
27 ****************************************************************/
29 #ifndef %b_LOCALE_H
30 #define %b_LOCALE_H
31 #include <exec/types.h>
33 #define MSG_Space ((APTR)1)
35 extern char *GetStr(APTR);
36 extern char *GetStripStr(APTR);
37 extern void OpenCat(void);
38 extern void CloseCat(void);
40 extern const APTR _%i;\n#define %i ((APTR) &_%i)
42 #endif /* %b_LOCALE_H */