revert between 56095 -> 55830 in arch
[AROS.git] / tools / flexcat / src / sd / Hardcode_h.sd
blobfc8bbd9a86191a9675790c7cbedf16c87e0b8d22
1 ##rem $Id$
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 /****************************************************************
16    This file is a quick-hack-solution for all of you wanting
17    to compile FlexCat on non-amiga platform. It creates the
18    necessary string tables (hardcoded ATM) and functions to
19    make code work under any operating system.
21    Carlos
23 ****************************************************************/
25 #ifndef %b_CAT_H
26 #define %b_CAT_H
28 extern char *%b_Strings[];
30 void Open%bCatalog( void );
31 void Close%bCatalog( void );
33 #define %i %b_Strings[%e]
35 #endif