Bringing flexcat 2.15 into the main branch (again)
[AROS.git] / tools / flexcat / src / sd / C_h.sd
blob21a3c43199de9aeecf9798f1e5a22a0b05f00489
1 ##rem $Id: C_h.sd 253 2014-02-18 11:15:58Z damato $
2 ##stringtype C
3 ##shortstrings
5 /****************************************************************
7    This file was created automatically by `%fv'
8    from "%f0".
10    Do NOT edit by hand!
12 ****************************************************************/
14 #ifndef %b_CAT_H
15 #define %b_CAT_H
18 #ifndef EXEC_TYPES_H
19 #include <exec/types.h>
20 #endif
24 **  Prototypes
26 #if !defined(__GNUC__)  && !defined(__SASC)  &&  !defined(_DCC)
27 extern VOID Open%bCatalog(VOID);
28 extern VOID Close%bCatalog(VOID);
29 #endif
30 #ifdef LOCALIZE_V20
31 extern void Init%bCatalog(STRPTR);
32 #endif
36 struct FC_String {
37     const UBYTE *msg;
38     LONG id;
41 extern struct FC_String %b_Strings[%n];
43 #define %i (%b_Strings[%e].msg)\n#define _%i (%b_Strings+%e)
45 #endif