home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 1 / Mecomp-CD.iso / amiga / tools / wb / lupe / source / flexcat / lib / c_my_h.sd next >
Text File  |  1996-04-28  |  655b  |  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 char *GetString(int);
  26.  
  27. /*  Definitions */
  28. #define %i %d
  29.  
  30. #endif /*   !%b_CAT_H  */
  31.