home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / sharew / accs / clipbord / scraplib / scraplib.h < prev   
Encoding:
C/C++ Source or Header  |  1985-07-19  |  838 b   |  31 lines

  1. /* -------------------------------------------------------------------- */
  2. /*                                    */
  3. /*                SCRAPLIB.H                */
  4. /*            -------------------------            */
  5. /*              (c) 1990 by Don Chaos                */
  6. /*                                    */
  7. /*                  Eric Böhnisch                */
  8. /*                In den Beeten  80                */
  9. /*                7121 Ingersheim 1                */
  10. /*                Phone 07142 51661                */
  11. /*                                    */
  12. /*     Dieser Header ist in Verbindung mit der SCRAPLIB.BIN-Library    */
  13. /*     zu verwenden. Er enthält alle Definitionen für die einzelnen    */
  14. /*     Funktionen.                            */
  15. /*                                    */
  16. /* -------------------------------------------------------------------- */
  17.  
  18.  
  19.  
  20. #ifndef NARGS
  21.     void    scrp_clear();
  22.     word    scrp_init();
  23.     word    scrp_length();
  24.     word    scrp_find();
  25. #else
  26.     void    scrp_clear();
  27.     word    scrp_init(byte *);
  28.     word    scrp_length();
  29.     word    scrp_find(byte *, byte *);
  30. #endif
  31.