home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / misc / edu / DITOdev.lha / DITOdev / Extensions / Include / pragmas / ditoext_pragmas.h
C/C++ Source or Header  |  1996-12-17  |  1KB  |  34 lines

  1. #ifndef PRAGMAS_DITOEXT_PRAGMAS_H
  2. #define PRAGMAS_DITOEXT_PRAGMAS_H
  3.  
  4. #ifndef CLIB_DITOEXT_PROTOS_H
  5. #include <clib/ditoext_protos.h>
  6. #endif
  7.  
  8. /*
  9. **      ditoext.library 2.0
  10. **      -------------------
  11. **
  12. **      Language support library for DITO
  13. **
  14. **      (C) Copyright by Dirk Holtwick, 1996
  15. **      All Rights Reserved.
  16. * */
  17. #pragma libcall DitoExtBase DITO_GetExtInfo      01E 00
  18. #pragma libcall DitoExtBase DITO_CreateInput     024 801
  19. #pragma libcall DitoExtBase DITO_DisposeInput    02A 801
  20. #pragma libcall DitoExtBase DITO_WriteInput      030 9802
  21. #pragma libcall DitoExtBase DITO_ClearInput      036 801
  22. #pragma libcall DitoExtBase DITO_ReadInput       03C A9803
  23. #pragma libcall DitoExtBase DITO_ActivateFirstInput 042 801
  24. #pragma libcall DitoExtBase DITO_FontsInput      048 210804
  25. #pragma libcall DitoExtBase DITO_UpdateInput     04E 801
  26. #pragma libcall DitoExtBase DITO_CreateOutput    054 801
  27. #pragma libcall DitoExtBase DITO_DisposeOutput   05A 801
  28. #pragma libcall DitoExtBase DITO_WriteOutput     060 9802
  29. #pragma libcall DitoExtBase DITO_FontsOutput     066 210804
  30. #pragma libcall DitoExtBase DITO_UpdateOutput    06C 9802
  31. #pragma libcall DitoExtBase DITO_ParseInput      072 A9803
  32. #pragma libcall DitoExtBase DITO_GrammarString   078 9802
  33.  
  34. #endif    /*  PRAGMAS_DITOEXT_PRAGMA_H  */