home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / misc / flexcat / lib / c_h.sd < prev    next >
Text File  |  1994-11-07  |  694b  |  31 lines

  1. ##stringtype C
  2. ##shortstrings
  3. /****************************************************************
  4.    This file was created automatically by `%fv'
  5.    from "%f0".
  6.  
  7.    Do NOT edit by hand!
  8. ****************************************************************/
  9.  
  10. #ifndef %b_CAT_H
  11. #define %b_CAT_H
  12.  
  13.  
  14. #ifndef EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif    /*  !EXEC_TYPES_H        */
  17. #ifndef LIBRARIES_LOCALE_H
  18. #include <libraries/locale.h>
  19. #endif    /*  !LIBRARIES_LOCALE_H     */
  20.  
  21.  
  22. /*  Prototypes    */
  23. extern void Open%bCatalog(struct Locale *, STRPTR);
  24. extern void Close%bCatalog(void);
  25. extern STRPTR Get%bString(APTR);
  26.  
  27. /*  Definitions */
  28. extern const APTR _%i;\n#define %i ((APTR) &_%i)
  29.  
  30. #endif /*   !%b_CAT_H  */
  31.